AthenaClient.rmlui.question ​
Interfaces ​
Functions ​
cancel ​
Usage
AthenaClient.rmlui.question.cancel(): Promise<void>
Returns ​
Promise<void>
Defined in ​
client/rmlui/question/index.ts:140
create ​
Usage
AthenaClient.rmlui.question.create(info): Promise<boolean>
Create a box that asks for a simple yes or no answer.
Parameters ​
| Name | Type |
|---|---|
info | QuestionInfo |
Returns ​
Promise<boolean>
V5 Docs