Illutions Engine API - v0.26.0
    Preparing search index...

    Interface ProgressBarHiddenEvent

    Fired after the progress bar has finished hiding and triggers the corresponding XState event.

    interface ProgressBarHiddenEvent {
        type: "PROGRESSBAR_HIDDEN";
    }
    Index
    type: "PROGRESSBAR_HIDDEN"

    Identifies this event type.