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

Hierarchy (view full)

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.