ic-reactor
Example
GitHub
Preparing search index...
react
utils
candid
InputForm
Class InputForm
Abstract
Hierarchy (
View Summary
)
InputForm
utils
.
candid
.
RecordForm
utils
.
candid
.
TupleForm
utils
.
candid
.
VariantForm
utils
.
candid
.
OptionForm
utils
.
candid
.
VecForm
Index
Constructors
constructor
Properties
ui
form
Methods
parse
generate
Form
render
Form
render
Constructors
constructor
new
InputForm
(
ui
:
utils
.
candid
.
FormConfig
)
:
utils
.
candid
.
InputForm
Parameters
ui
:
utils
.
candid
.
FormConfig
Returns
utils
.
candid
.
InputForm
Properties
ui
ui
:
utils
.
candid
.
FormConfig
form
form
:
utils
.
candid
.
InputBox
[]
Methods
Abstract
parse
parse
(
config
:
utils
.
candid
.
ParseConfig
)
:
any
Parameters
config
:
utils
.
candid
.
ParseConfig
Returns
any
Abstract
generate
Form
generateForm
()
:
any
Returns
any
render
Form
renderForm
(
dom
:
HTMLElement
)
:
void
Parameters
dom
:
HTMLElement
Returns
void
render
render
(
dom
:
HTMLElement
)
:
void
Parameters
dom
:
HTMLElement
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
ui
form
Methods
parse
generate
Form
render
Form
render
Example
GitHub
ic-reactor
Loading...