@kognifai/cogsengine
    Preparing search index...

    Interface Notifications

    Client side API of notifications.

    interface Notifications {
        Image360?: Image360Notifications;
        OGC3DTiles?: OGC3DTilesNotifications;
        Potree?: PotreeNotifications;
        unsubscribe(subscription: NotificationSubscription): void;
    }
    Index

    Properties

    Subscription endpoints for the Image360Component.

    Subscription endpoints for the OGC3DTilesComponent.

    Subscription endpoints for the PotreeComponent.

    Methods