Preparing search index...
The search index is not available
Tango LowCode Builder
Tango LowCode Builder
@music163/tango-helpers
ISelectedItemData
Interface ISelectedItemData
选中项数据类型
interface
ISelectedItemData
{
bounding
?:
ElementBoundingType
;
codeId
?:
string
;
display
?:
string
;
element
?:
HTMLElement
;
filename
?:
string
;
id
?:
string
;
module
?:
string
;
name
?:
string
;
parents
?:
ISelectedItemData
[]
;
}
Index
Properties
bounding?
code
Id?
display?
element?
filename?
id?
module?
name?
parents?
Properties
Optional
bounding
bounding
?:
ElementBoundingType
Optional
code
Id
code
Id
?:
string
节点的 codeId
Optional
display
display
?:
string
元素的CSS Display 值
Optional
element
element
?:
HTMLElement
Optional
filename
filename
?:
string
所属文件路径
Optional
id
id
?:
string
节点的 data-dnd 值
Optional
module
module
?:
string
Deprecated
使用 filename 取代
Optional
name
name
?:
string
组件名
Optional
parents
parents
?:
ISelectedItemData
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bounding
code
Id
display
element
filename
id
module
name
parents
Tango LowCode Builder
Loading...
选中项数据类型