jamespot-user-api
Preparing search index...
WidgetDefaultProps
Type Alias WidgetDefaultProps
type
WidgetDefaultProps
=
{
inplace
:
boolean
;
isComponentVisible
?:
boolean
;
mode
:
WidgetDisplayMode
;
onChange
:
(
a
:
CombinedWidgetContent
,
b
:
boolean
)
=>
void
;
onClick
?:
()
=>
void
;
onStateChange
:
(
a
:
WidgetStateProps
)
=>
void
;
width
:
number
|
undefined
;
}
Index
Properties
inplace
is
Component
Visible?
mode
on
Change
on
Click?
on
State
Change
width
Properties
inplace
inplace
:
boolean
Optional
is
Component
Visible
isComponentVisible
?:
boolean
mode
mode
:
WidgetDisplayMode
on
Change
onChange
:
(
a
:
CombinedWidgetContent
,
b
:
boolean
)
=>
void
Optional
on
Click
onClick
?:
()
=>
void
on
State
Change
onStateChange
:
(
a
:
WidgetStateProps
)
=>
void
width
width
:
number
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
inplace
is
Component
Visible
mode
on
Change
on
Click
on
State
Change
width
jamespot-user-api
Loading...