Choreo Display SDK - v0.2.0
    Preparing search index...

    Interface ExitOptions

    Options for exiting the external app. The result signal is used by the gallery to determine navigation.

    interface ExitOptions {
        data?: Record<string, unknown>;
        result?: string;
    }
    Index
    data?: Record<string, unknown>

    Optional data to pass to the next slide.

    result?: string

    Result signal for gallery to determine next action. Common values: 'success', 'error', 'retry', 'skip' Custom string values are also supported.