geoview-core - v2.2.0
    Preparing search index...

    Interface MosaicRuleChangedEvent

    Define an event for the delegate.

    interface MosaicRuleChangedEvent {
        mosaicRule: TypeMosaicRule | undefined;
    }

    Hierarchy

    • LayerBaseEvent
      • MosaicRuleChangedEvent
    Index

    Properties

    Properties

    mosaicRule: TypeMosaicRule | undefined

    The mosaic rule, or undefined when removed.