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

    Type Alias MapComponentAddedEvent

    Event for the map component added delegate.

    type MapComponentAddedEvent = {
        component: JSX.Element;
        mapComponentId: string;
    }
    Index

    Properties

    component: JSX.Element
    mapComponentId: string