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

    Interface StaticImageSourceEvents

    interface StaticImageSourceEvents {
        error: { error: Error };
        loaded: unknown;
        updated: { extent?: Extent };
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    error: { error: Error }

    Raised when the remote image failed to load.

    loaded: unknown

    Raised when the remote image has been loaded.

    updated: { extent?: Extent }

    Raised when the source's content has been updated.