Tela SDK for JavaScript
    Preparing search index...

    Type Alias CanvasExecutionEvents<TOutput>

    Event types emitted by CanvasExecution during its lifecycle.

    Type Parameters

    • TOutput

      The output type.

    Index

    Properties

    Emitted when execution fails with the error object.

    Emitted during async polling with current status and output. Includes requestId from the polling request.

    statusChange: ExecutionStatus

    Emitted when execution status transitions to a new state.

    Emitted when execution completes successfully with the final result. Includes requestId from the final request.