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

    Interface MapComponentAddedEvent

    Event for the map component added delegate.

    interface MapComponentAddedEvent {
        component: any;
        mapComponentId: string;
    }

    Hierarchy (View Summary)

    Index
    component: any
    mapComponentId: string