ic-reactor
Example
GitHub
Preparing search index...
core
utils
candid
RecordForm
Class RecordForm
Hierarchy (
View Summary
)
utils
.
candid
.
InputForm
RecordForm
Index
Constructors
constructor
Properties
form
fields
ui
Methods
render
Form
render
generate
Form
parse
Constructors
constructor
new
RecordForm
(
fields
:
[
string
,
types
.
IDL
.
Type
<
any
>
]
[]
,
ui
:
utils
.
candid
.
FormConfig
,
)
:
utils
.
candid
.
RecordForm
Parameters
fields
:
[
string
,
types
.
IDL
.
Type
<
any
>
]
[]
ui
:
utils
.
candid
.
FormConfig
Returns
utils
.
candid
.
RecordForm
Properties
form
form
:
utils
.
candid
.
InputBox
[]
fields
fields
:
[
string
,
types
.
IDL
.
Type
<
any
>
]
[]
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
(
config
:
utils
.
candid
.
ParseConfig
)
:
undefined
|
Record
<
string
,
any
>
Parameters
config
:
utils
.
candid
.
ParseConfig
Returns
undefined
|
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
form
fields
ui
Methods
render
Form
render
generate
Form
parse
Example
GitHub
ic-reactor
Loading...