@wharfkit/session - v4.0.1
Preparing search index...
PromptElement
Interface PromptElement
The different types of elements that can be used in a [[PromptArgs]].
interface
PromptElement
{
data
?:
unknown
;
label
?:
string
;
type
:
|
"accept"
|
"asset"
|
"button"
|
"close"
|
"countdown"
|
"link"
|
"qr"
|
"textarea"
;
}
Index
Properties
data?
label?
type
Properties
Optional
data
data
?:
unknown
Optional
label
label
?:
string
type
type
:
|
"accept"
|
"asset"
|
"button"
|
"close"
|
"countdown"
|
"link"
|
"qr"
|
"textarea"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
label
type
@wharfkit/session - v4.0.1
Loading...
The different types of elements that can be used in a [[PromptArgs]].