Skip to content

KeyboardPress

Defined in: actions/keyboard.ts:259

Interface for actions.

new KeyboardPress(params_): KeyboardPress

Defined in: actions/keyboard.ts:263

KeyboardPressParams

KeyboardPress

execute(ctx): Promise<void>

Defined in: actions/keyboard.ts:275

Executes the action with the provided context.

SessionContext

The action context.

Promise<void>

IAction.execute