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

    Variable CoreToolbarItemsConst

    CoreToolbarItems: {
        CameraMode: () => Element;
        CameraZoomIn: () => Element;
        CameraZoomOut: () => Element;
        ClippingPlanes: () => Element;
        CreateZone: () => Element;
        FocusObjects: () => Element;
        HideObjects: () => Element;
        IsolateObjects: () => Element;
        MesureLine: () => Element;
        NotificationCenter: () => Element;
        RedoCommand: () => Element;
        RenderMode: () => Element;
        ResetScene: () => Element;
        ScreenShot: () => Element;
        Search: () => Element;
        SelectionInfoMenu: (props: { children?: ReactNode }) => Element;
        ShowCommandHistory: () => Element;
        ShowDevStats: () => Element;
        ShowDevTools: () => Element;
        ShowInfoBox: () => Element;
        ShowShortcutsWidget: () => Element;
        ShowToolbar: () => Element;
        ShowTreeView: () => Element;
        UndoCommand: () => Element;
    } = ...

    Type declaration

    • CameraMode: () => Element
    • CameraZoomIn: () => Element
    • CameraZoomOut: () => Element
    • ClippingPlanes: () => Element
    • CreateZone: () => Element
    • FocusObjects: () => Element
    • HideObjects: () => Element
    • IsolateObjects: () => Element
    • MesureLine: () => Element
    • NotificationCenter: () => Element
    • RedoCommand: () => Element
    • RenderMode: () => Element
    • ResetScene: () => Element
    • ScreenShot: () => Element
    • SelectionInfoMenu: (props: { children?: ReactNode }) => Element
    • ShowCommandHistory: () => Element
    • ShowDevStats: () => Element
    • ShowDevTools: () => Element
    • ShowInfoBox: () => Element
    • ShowShortcutsWidget: () => Element
    • ShowToolbar: () => Element
    • ShowTreeView: () => Element
    • UndoCommand: () => Element