Random
Defined in: actions/utils.ts:68
Interface for actions.
Type Parameters
Section titled “Type Parameters”TCtx extends BrowserContext
Implements
Section titled “Implements”IAction<TCtx>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new Random<
TCtx>(params_):Random<TCtx>
Defined in: actions/utils.ts:69
Parameters
Section titled “Parameters”params_
Section titled “params_”RandomParams<TCtx>
Returns
Section titled “Returns”Random<TCtx>
Methods
Section titled “Methods”execute()
Section titled “execute()”execute(
ctx):Promise<void>
Defined in: actions/utils.ts:71
Executes the action with the provided context.
Parameters
Section titled “Parameters”TCtx
The action context.
Returns
Section titled “Returns”Promise<void>