Skip to content
On this page

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 ​

NameTypeDefault value
inputInfoInputBoxInfoundefined
skipMenuCheck?booleanfalse

Returns ​

Promise<string | undefined>

Defined in ​

client/rmlui/input/index.ts:104

Created by Stuyk | Est. 2020