API (v2.0.0) - Giro3D
    Preparing search index...

    Interface PointCloudSourceEventMap

    Default event map.

    interface PointCloudSourceEventMap {
        initialized: unknown;
        progress: unknown;
        updated: unknown;
    }
    Index

    Properties

    initialized: unknown

    Raised when the source is initialized.

    progress: unknown

    Raised when the progress of this source changes.

    updated: unknown

    Raised when the source's content has been updated.