ic-reactor
Example
GitHub
Preparing search index...
core
utils
candid
VecForm
Class VecForm
Hierarchy (
View Summary
)
utils
.
candid
.
InputForm
VecForm
Index
Constructors
constructor
Properties
form
ty
ui
Methods
render
Form
render
generate
Form
parse
Constructors
constructor
new
VecForm
(
ty
:
types
.
IDL
.
Type
,
ui
:
utils
.
candid
.
FormConfig
,
)
:
utils
.
candid
.
VecForm
Parameters
ty
:
types
.
IDL
.
Type
ui
:
utils
.
candid
.
FormConfig
Returns
utils
.
candid
.
VecForm
Properties
form
form
:
utils
.
candid
.
InputBox
[]
ty
ty
:
types
.
IDL
.
Type
ui
ui
:
utils
.
candid
.
FormConfig
Methods
render
Form
renderForm
(
dom
:
HTMLElement
)
:
void
Parameters
dom
:
HTMLElement
Returns
void
render
render
(
dom
:
HTMLElement
)
:
void
Parameters
dom
:
HTMLElement
Returns
void
generate
Form
generateForm
()
:
void
Returns
void
parse
parse
<
T
>
(
config
:
utils
.
candid
.
ParseConfig
)
:
undefined
|
T
[]
Type Parameters
T
Parameters
config
:
utils
.
candid
.
ParseConfig
Returns
undefined
|
T
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
form
ty
ui
Methods
render
Form
render
generate
Form
parse
Example
GitHub
ic-reactor
Loading...