interface ImageSourceEvents {
    updated: {
        extent?: Extent;
    };
}

Hierarchy (view full)

Properties

Properties

updated: {
    extent?: Extent;
}

Raised when the source's content has been updated.

Type declaration