AthenaClient.rmlui.input ​
Interfaces ​
Functions ​
cancel ​
Usage
AthenaClient.rmlui.input.cancel(): Promise
<void
>
Returns ​
Promise
<void
>
Defined in ​
client/rmlui/input/index.ts:132
create ​
Usage
AthenaClient.rmlui.input.create(inputInfo
, skipMenuCheck?
): Promise
<string
| undefined
>
Create an input box.
Retruns a string or undefined based on user input.
Parameters ​
Name | Type | Default value |
---|---|---|
inputInfo | InputBoxInfo | undefined |
skipMenuCheck? | boolean | false |
Returns ​
Promise
<string
| undefined
>