Skip to content

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

ParameterType
targetIdstring

Returns

Page

Matterway Assistant SDK Documentation