Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Components.Assets.Formula.Large
IProps
Interface IProps
Props
interface
IProps
{
additionalKeywords
?:
IModelVariable
[]
;
dimension
?:
number
;
initialValue
:
string
;
onChange
:
(
event
:
ChangeEvent
<
HTMLInputElement
>
)
=>
void
;
onUnitChange
?:
(
value
:
IUnit
)
=>
void
;
unit
?:
IUnit
;
units
?:
IUnit
[]
;
}
Index
Properties
additional
Keywords?
dimension?
initial
Value
on
Change
on
Unit
Change?
unit?
units?
Properties
Optional
additional
Keywords
additionalKeywords
?:
IModelVariable
[]
Optional
dimension
dimension
?:
number
initial
Value
initialValue
:
string
on
Change
onChange
:
(
event
:
ChangeEvent
<
HTMLInputElement
>
)
=>
void
Optional
on
Unit
Change
onUnitChange
?:
(
value
:
IUnit
)
=>
void
Optional
unit
unit
?:
IUnit
Optional
units
units
?:
IUnit
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
additional
Keywords
dimension
initial
Value
on
Change
on
Unit
Change
unit
units
Tanatloc documentation
Loading...
Props