Options
All
  • Public
  • Public/Protected
  • All
Menu

The Extension source

Hierarchy

  • ExtensionSetting

Index

Properties

configCommand?: string

Project extension settings command

description?: string

Short description about the extension

enabled?: boolean

Whether the Extension is enabled

extensionType?: ExtensionType[]

The Extension type

  • Default value is ["project"] if the extension added in project settings.
  • Default value is ["3dviewer"] if the extension added in 3dviewer settings.
  • Extension with ["project", "3dviewer"] can use the extension.getHost ExtensionAPI.getHost to identify the extension host type.
height?: string

applicable for "properties" type extension in 3dviewer

icon?: string

The icon URL of the Extension

infoUrl?: string

The URL of the info page

manifestUrl?: string

The URL of the Extension manifest

title: string

The title of the Extension

The placement type of the Extension

url: string

The URL of the Extension