Skip to main content

Type Alias: LivelinkProgressCallback()

type LivelinkProgressCallback = (stage: LivelinkConnectionStage) => void;

Defined in: livelink.js/sources/Livelink.ts:64

Callback function type for receiving connection progress updates.

Parameters

ParameterTypeDescription
stageLivelinkConnectionStageThe current stage of the connection process.

Returns

void