textalive-react-api - v0.4.12
Preparing search index...
WidgetsProps
Interface WidgetsProps
interface
WidgetsProps
{
initialValues
?:
ParameterValues
;
widgets
:
ParameterWidget
[]
;
withoutName
?:
boolean
;
withPrivate
?:
boolean
;
colorFactory
(
hexString
:
string
)
:
IColor
;
onValueChange
?
(
name
:
string
,
value
:
ParameterValue
)
:
void
;
}
Index
Properties
initial
Values?
widgets
without
Name?
with
Private?
Methods
color
Factory
on
Value
Change?
Properties
Optional
initial
Values
initialValues
?:
ParameterValues
widgets
widgets
:
ParameterWidget
[]
Optional
without
Name
withoutName
?:
boolean
Optional
with
Private
withPrivate
?:
boolean
Methods
color
Factory
colorFactory
(
hexString
:
string
)
:
IColor
Parameters
hexString
:
string
Returns
IColor
Optional
on
Value
Change
onValueChange
?
(
name
:
string
,
value
:
ParameterValue
)
:
void
Parameters
name
:
string
value
:
ParameterValue
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
initial
Values
widgets
without
Name
with
Private
Methods
color
Factory
on
Value
Change
textalive-react-api - v0.4.12
Loading...