Interface PointCloudSourceEventMap

Default event map.

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

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.