Preparing search index...
The search index is not available
JSON Forms Core
JSON Forms Core
ControlState
Interface ControlState
The state of a control.
interface
ControlState
{
isFocused
:
boolean
;
value
:
any
;
}
Index
Properties
is
Focused
value
Properties
is
Focused
is
Focused
:
boolean
Whether the control is focused.
value
value
:
any
The current value.
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
is
Focused
value
JSON Forms Core
Loading...
The state of a control.