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

    Type Alias LayerConfigCreatedEvent

    Define an event for the delegate

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

    Properties

    Properties

    config: ConfigBaseClass

    The configuration associated with the layer that was created.

    errors: Error[]

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