@stereograph/teiaviewer - v17.8.0-dev
    Preparing search index...

    Variable TeiaContextMenuItemsConst

    TeiaContextMenuItems: {
        EditMap: () => Element;
        RemoveAllProjections: () => Element;
        RemoveProjection: (props: { projection: SceneProjection }) => Element;
    } = ...

    List of prebuild ContextMenu items

    Type declaration

    • EditMap: () => Element
    • RemoveAllProjections: () => Element
    • RemoveProjection: (props: { projection: SceneProjection }) => Element