Tanatloc documentation
Preparing search index...
Components.Assets.Formula
IProps
Interface IProps
Props
interface
IProps
{
additionalKeywords
?:
IModelVariable
[]
;
className
?:
string
;
defaultChecked
?:
boolean
;
defaultValue
?:
string
|
number
;
dimension
?:
number
;
label
?:
string
;
noLarge
?:
boolean
;
onCheckedChange
?:
(
value
:
boolean
)
=>
void
;
onUnitChange
?:
(
value
:
IUnit
)
=>
void
;
onValueChange
:
(
value
:
string
)
=>
void
;
unit
?:
IUnit
;
units
?:
IUnit
[]
;
}
Index
Properties
additional
Keywords?
class
Name?
default
Checked?
default
Value?
dimension?
label?
no
Large?
on
Checked
Change?
on
Unit
Change?
on
Value
Change
unit?
units?
Properties
Optional
additional
Keywords
additionalKeywords
?:
IModelVariable
[]
Optional
class
Name
className
?:
string
Optional
default
Checked
defaultChecked
?:
boolean
Optional
default
Value
defaultValue
?:
string
|
number
Optional
dimension
dimension
?:
number
Optional
label
label
?:
string
Optional
no
Large
noLarge
?:
boolean
Optional
on
Checked
Change
onCheckedChange
?:
(
value
:
boolean
)
=>
void
Optional
on
Unit
Change
onUnitChange
?:
(
value
:
IUnit
)
=>
void
on
Value
Change
onValueChange
:
(
value
:
string
)
=>
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
class
Name
default
Checked
default
Value
dimension
label
no
Large
on
Checked
Change
on
Unit
Change
on
Value
Change
unit
units
Tanatloc documentation
Loading...
Props