@kognifai/cogsengine
    Preparing search index...

    Interface Image360Notifications

    Component notification endpoint for Image360 extension.

    interface Image360Notifications {
        FetchingBegin: SubscribableNotification<() => void>;
        FetchingEnd: SubscribableNotification<() => void>;
        Ready: SubscribableNotification<() => void>;
    }
    Index

    Properties

    FetchingBegin: SubscribableNotification<() => void>

    Loading queue transitions from empty to non-empty, that is, instance needs data.

    FetchingEnd: SubscribableNotification<() => void>

    Loading queue transitions from non-empty to empty, that is, instance has all data it currently needs.

    Ready: SubscribableNotification<() => void>

    All 6 baselayers are fully loaded, instance will begin rendering.