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