Search
Preparing search index...
The search index is not available
@dfinity/candid
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@dfinity/candid
InputBox
Class InputBox
Hierarchy
InputBox
Index
Constructors
constructor
Properties
idl
label
status
ui
value
Methods
is
Rejected
parse
render
Constructors
constructor
new
Input
Box
(
idl
:
Type
<
any
>
, ui
:
UIConfig
)
:
InputBox
Parameters
idl:
Type
<
any
>
ui:
UIConfig
Returns
InputBox
Properties
idl
idl
:
Type
<
any
>
label
label
:
null
|
string
= null
status
status
:
HTMLElement
ui
ui
:
UIConfig
value
value
:
any
= undefined
Methods
is
Rejected
is
Rejected
(
)
:
boolean
Returns
boolean
parse
parse
(
config
?:
ParseConfig
)
:
any
Parameters
config:
ParseConfig
= {}
Returns
any
render
render
(
dom
:
HTMLElement
)
:
void
Parameters
dom:
HTMLElement
Returns
void
Exports
IDL
Input
Box
constructor
idl
label
status
ui
value
is
Rejected
parse
render
Generated using
TypeDoc