JSSM, a JavaScript state machine - the FSM for FSL
Preparing search index...
jssm
FenceDimension
Interface FenceDimension
A parsed
width=
/
height=
value with its unit.
interface
FenceDimension
{
unit
:
FenceDimensionUnit
;
value
:
number
;
}
Index
Properties
unit
value
Properties
unit
unit
:
FenceDimensionUnit
value
value
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
unit
value
JSSM, a JavaScript state machine - the FSM for FSL
Loading...
A parsed
width=/height=value with its unit.