@kognifai/cogsengine
    Preparing search index...

    Interface PotreeNotifications

    Component notification endpoint for Potree extension.

    interface PotreeNotifications {
        FetchingBegin: SubscribableNotification<() => void>;
        FetchingEnd: 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.