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

    Interface LayerConfigCreatedEvent

    Define an event for the delegate

    interface LayerConfigCreatedEvent {
        config: ConfigBaseClass;
        errors: Error[];
    }
    Index
    config: ConfigBaseClass

    The configuration associated with the layer that was created.

    errors: Error[]

    The errors, if any, that occurred during config creation.