Example
GitHub
Preparing search index...
The search index is not available
ic-reactor
ic-reactor
react
utils
candid
OptionForm
Class OptionForm
Hierarchy (
view full
)
utils
.
candid
.
InputForm
OptionForm
Index
Constructors
constructor
Properties
form
ty
ui
Methods
render
Form
render
generate
Form
parse
Constructors
constructor
new
Option
Form
(
ty
,
ui
)
:
utils
.
candid
.
OptionForm
Parameters
ty
:
types
.
IDL
.
Type
<
any
>
ui
:
utils
.
candid
.
FormConfig
Returns
utils
.
candid
.
OptionForm
Properties
form
form
:
utils
.
candid
.
InputBox
[]
ty
ty
:
types
.
IDL
.
Type
<
any
>
ui
ui
:
utils
.
candid
.
FormConfig
Methods
render
Form
render
Form
(
dom
)
:
void
Parameters
dom
:
HTMLElement
Returns
void
render
render
(
dom
)
:
void
Parameters
dom
:
HTMLElement
Returns
void
generate
Form
generate
Form
(
)
:
void
Returns
void
parse
parse
<
T
>
(
config
)
:
undefined
|
[
]
|
[
T
]
Type Parameters
T
Parameters
config
:
utils
.
candid
.
ParseConfig
Returns
undefined
|
[
]
|
[
T
]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
form
ty
ui
render
Form
render
generate
Form
parse
ic-reactor
Loading...