@wharfkit/session - v4.0.1
Preparing search index...
PromptArgs
Interface PromptArgs
The arguments for a [[UserInterface.prompt]] call.
interface
PromptArgs
{
body
?:
string
;
elements
:
PromptElement
[]
;
optional
?:
boolean
;
title
:
string
;
}
Index
Properties
body?
elements
optional?
title
Properties
Optional
body
body
?:
string
elements
elements
:
PromptElement
[]
Optional
optional
optional
?:
boolean
title
title
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
elements
optional
title
@wharfkit/session - v4.0.1
Loading...
The arguments for a [[UserInterface.prompt]] call.