ic-reactor
Example
GitHub
Preparing search index...
core
utils
candid
UIConfig
Interface UIConfig
interface
UIConfig
{
input
?:
HTMLElement
;
form
?:
utils
.
candid
.
InputForm
;
parse
(
t
:
types
.
IDL
.
Type
,
config
:
utils
.
candid
.
ParseConfig
,
v
:
string
)
:
any
;
}
Index
Properties
input?
form?
Methods
parse
Properties
Optional
input
input
?:
HTMLElement
Optional
form
form
?:
utils
.
candid
.
InputForm
Methods
parse
parse
(
t
:
types
.
IDL
.
Type
,
config
:
utils
.
candid
.
ParseConfig
,
v
:
string
)
:
any
Parameters
t
:
types
.
IDL
.
Type
config
:
utils
.
candid
.
ParseConfig
v
:
string
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
input
form
Methods
parse
Example
GitHub
ic-reactor
Loading...