Typescript SDK Type Docs
    Preparing search index...

    Interface ExpressMultipleContainersFound

    Generated when multiple elements with the data-ctc-express attribute are found without an expressId specified. Use the expressId option to specify which container to use.

    interface ExpressMultipleContainersFound {
        code: "express_multiple_containers_found";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "express_multiple_containers_found"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Multiple elements with data-ctc-express attribute found. Use expressId to specify which container to use.

    payload: any

    Contains the count property indicating the number of containers found.

    severity: string

    error