Skip to content

MouseScroll

Defined in: actions/mouse.ts:142

Interface for actions.

new MouseScroll(params_): MouseScroll

Defined in: actions/mouse.ts:143

MouseScrollParams

MouseScroll

execute(ctx): Promise<void>

Defined in: actions/mouse.ts:145

Executes the action with the provided context.

SessionContext

The action context.

Promise<void>

IAction.execute