Appearance
Function: getPage()
ts
function getPage(targetId: string): Page;Defined in: src/workflow-step-ctx/index.ts:54
Resolve the live page handle for a target. Throws if unregistered.
Parameters
| Parameter | Type |
|---|---|
targetId | string |
Returns
Page