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