Project extension settings command
Short description about the extension
Whether the Extension is enabled
Declares where the extension runs in Trimble Connect.
Required for all extension manifests — omitting this field may cause the extension to fail installation or load in Trimble Connect.
Uses the ExtensionType enum. Accepted values:
"project" (ExtensionType.Project) — project UI"3dviewer" (ExtensionType.Viewer) — 3D ViewerMay be a single value or an array, for example ["project"], ["3dviewer"], or ["project", "3dviewer"].
For dual-scope extensions (["project", "3dviewer"]), use ExtensionAPI.getHost at runtime
to detect whether the extension is hosted in the project UI or the 3D Viewer.
applicable for "properties" type extension in 3dviewer
The icon URL of the Extension
The URL of the info page
The URL of the Extension manifest
The title of the Extension
The placement type of the Extension
The URL of the Extension
The Extension source