Unblu Embedded App Component API
    Preparing search index...

    Interface ErrorEvent

    Event emitted if the API initialization fails.

    It usually makes sense to use this event if there is some general action that has to be triggered when the API initialization fails.

    interface ErrorEvent {
        detail: UnbluApiError;
    }

    Hierarchy

    Index

    Properties

    Properties

    The error which occurred