Type Alias ToolbarAction

ToolbarAction:
    | "openFiles"
    | "importModel"
    | "importSampleModel"
    | "openExport"
    | "openCameraTour"
    | "openCulling"
    | "openDrawings"
    | "openSchemaMaterials"
    | "openSunStudy"
    | "openDaylightAnalysis"
    | "openVolumeOverlay"
    | "toggleExplorer"
    | "toggleViews"
    | "toggleModels"
    | "resetView"
    | "toggle2D3D"
    | "toggleProjection"
    | "fitAll"
    | "toggleFirstPerson"
    | "toggleNavCube"
    | "toggleDistancePanel"
    | "toggleAnglePanel"
    | "toolModeChanged"

Stable ids for the toolbar's actions, fired through the ToolbarParams.onAction callback. Stable across SDK versions so hosts can switch on them.