Search
Preparing search index...
The search index is not available
core-ui
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
core-ui
CoreFormServiceShape
Interface CoreFormServiceShape
Hierarchy
CoreFormServiceShape
Index
Properties
dirty
emitter
id
pristine
registry
source
valid
validate
values
vault
Methods
On
Submit
add
clear
contains
emit
has
remove
stash
update
use
value
Properties
dirty
dirty
:
boolean
emitter
emitter
:
EventEmitter
id
id
:
string
pristine
pristine
:
boolean
registry
registry
:
Map
<
string
,
CoreFormControllerInstanceShape
>
source
source
:
HashMap
<
any
>
valid
valid
:
boolean
validate
validate
:
boolean
values
values
:
Readonly
<
HashMap
<
any
>
>
vault
vault
:
HashMap
<
any
>
Methods
On
Submit
On
Submit
(
evt
:
FormEvent
<
any
>
)
:
void
Parameters
evt:
FormEvent
<
any
>
Returns
void
add
add
(
controller
:
CoreFormControllerInstanceShape
)
:
void
Parameters
controller:
CoreFormControllerInstanceShape
Returns
void
clear
clear
(
name
:
string
)
:
void
Parameters
name:
string
Returns
void
contains
contains
(
name
:
string
)
:
boolean
Parameters
name:
string
Returns
boolean
emit
emit
(
event
:
CoreFormEventsEnum
,
...
args
:
any
[]
)
:
void
Parameters
event:
CoreFormEventsEnum
Rest
...
args:
any
[]
Returns
void
has
has
(
name
:
string
)
:
boolean
Parameters
name:
string
Returns
boolean
remove
remove
(
controller
:
CoreFormControllerInstanceShape
)
:
void
Parameters
controller:
CoreFormControllerInstanceShape
Returns
void
stash
stash
(
controller
:
CoreFormControllerInstanceShape
)
:
void
Parameters
controller:
CoreFormControllerInstanceShape
Returns
void
update
update
(
name
:
string
, value
:
any
,
...
args
:
any
[]
)
:
void
Parameters
name:
string
value:
any
Rest
...
args:
any
[]
Returns
void
use
use
(
config
:
CoreFormProps
)
:
void
Parameters
config:
CoreFormProps
Returns
void
value
value
(
name
:
string
, def
?:
any
)
:
any
Parameters
name:
string
Optional
def:
any
Returns
any
Exports
Core
Form
Service
Shape
dirty
emitter
id
pristine
registry
source
valid
validate
values
vault
On
Submit
add
clear
contains
emit
has
remove
stash
update
use
value
Generated using
TypeDoc