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