SceneTreeData

SceneTreeData定义

属性

apiKey

apiKey?: string

类型: string

checkable

checkable?: boolean

类型: boolean

container

container?: string | HTMLElement

类型: string | HTMLElement

currentView

currentView?: "component" | "space"

类型: "component" | "space"

defaultModel

defaultModel?: "last" | "first"

类型: "last" | "first"

expandAll

expandAll?: boolean

类型: boolean

expandLevel

expandLevel?: number

类型: number

expandType

expandType?: string

类型: string

groupShow

groupShow?: boolean

类型: boolean

header?: string

类型: string

isHighlightRow

isHighlightRow?: boolean

类型: boolean

isSearch

isSearch?: boolean

类型: boolean

keys

keys?: SceneTreeAttributeKeysKeys

layerIds

layerIds?: string[]

类型: string[]

nodeGroups

nodeGroups: SceneTreeNodeGroup

nodes

nodes: SceneTreeNode

openContextMenu

openContextMenu?: boolean

类型: boolean

openProperty

openProperty?: boolean

类型: boolean

style

style?: StyleSheet

类型: StyleSheet

treeStyle

treeStyle?: TreeStyle

类型: TreeStyle

url

url?: string

类型: string

useCustomData

useCustomData?: boolean

类型: boolean

visible

visible?: boolean

类型: boolean

方法

onClick

onClick?(e): void

参数

  • e: any

返回:void

BIMFlux AI