Example
GitHub
Preparing search index...
The search index is not available
ic-reactor
ic-reactor
core
utils
candid
FormConfig
Interface FormConfig
interface
FormConfig
{
open
?:
HTMLElement
;
event
?:
string
;
labelMap
?:
Record
<
string
,
string
>
;
container
?:
HTMLElement
;
render
(
t
)
:
utils
.
candid
.
InputBox
;
}
Index
Properties
open?
event?
label
Map?
container?
Methods
render
Properties
Optional
open
open
?:
HTMLElement
Optional
event
event
?:
string
Optional
label
Map
label
Map
?:
Record
<
string
,
string
>
Optional
container
container
?:
HTMLElement
Methods
render
render
(
t
)
:
utils
.
candid
.
InputBox
Parameters
t
:
types
.
IDL
.
Type
<
any
>
Returns
utils
.
candid
.
InputBox
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
open
event
label
Map
container
render
ic-reactor
Loading...