ic-reactor
Example
GitHub
Preparing search index...
core
utils
candid
InputBox
Class InputBox
Index
Constructors
constructor
Properties
idl
ui
status
label
value
Methods
is
Rejected
parse
render
Constructors
constructor
new
InputBox
(
idl
:
types
.
IDL
.
Type
,
ui
:
utils
.
candid
.
UIConfig
,
)
:
utils
.
candid
.
InputBox
Parameters
idl
:
types
.
IDL
.
Type
ui
:
utils
.
candid
.
UIConfig
Returns
utils
.
candid
.
InputBox
Properties
idl
idl
:
types
.
IDL
.
Type
ui
ui
:
utils
.
candid
.
UIConfig
status
status
:
HTMLElement
label
label
:
null
|
string
value
value
:
any
Methods
is
Rejected
isRejected
()
:
boolean
Returns
boolean
parse
parse
(
config
?:
utils
.
candid
.
ParseConfig
)
:
any
Parameters
Optional
config
:
utils
.
candid
.
ParseConfig
Returns
any
render
render
(
dom
:
HTMLElement
)
:
void
Parameters
dom
:
HTMLElement
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
idl
ui
status
label
value
Methods
is
Rejected
parse
render
Example
GitHub
ic-reactor
Loading...