Skip to content

KeyboardType

Defined in: actions/keyboard.ts:305

Interface for actions.

new KeyboardType(params_): KeyboardType

Defined in: actions/keyboard.ts:306

KeyboardTypeParams

KeyboardType

execute(ctx): Promise<void>

Defined in: actions/keyboard.ts:308

Executes the action with the provided context.

SessionContext

The action context.

Promise<void>

IAction.execute