interface BackgroundEventDetails {
    current: BaseLayer;
    previous: BaseLayer;
}

Properties

Properties

current: BaseLayer
previous: BaseLayer