Preparing search index...
The search index is not available
JSON Forms Core
JSON Forms Core
DispatchPropsOfMultiEnumControl
Interface DispatchPropsOfMultiEnumControl
interface
DispatchPropsOfMultiEnumControl
{
addItem
:
(
(
path
,
value
)
=>
void
)
;
removeItem
?:
(
(
path
,
toDelete
)
=>
void
)
;
}
Index
Properties
add
Item
remove
Item?
Properties
add
Item
add
Item
:
(
(
path
,
value
)
=>
void
)
Type declaration
(
path
,
value
)
:
void
Parameters
path
:
string
value
:
any
Returns
void
Optional
remove
Item
remove
Item
?:
(
(
path
,
toDelete
)
=>
void
)
Type declaration
(
path
,
toDelete
)
:
void
Parameters
path
:
string
toDelete
:
any
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
add
Item
remove
Item
JSON Forms Core
Loading...