Skip to content

Function: getStepLocationByName()

ts
function getStepLocationByName(stepName: string): StepLocation | undefined;

Defined in: src/step-location/index.ts:112

Lookup by step name. Returns undefined when the step wasn't wrapped — callers default that to 'local'.

Parameters

ParameterType
stepNamestring

Returns

StepLocation | undefined

Matterway Assistant SDK Documentation