WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
ISymbolMeta
Interface ISymbolMeta
符号元数据(不含vcad数据)
interface
ISymbolMeta
{
id
:
string
;
name
:
string
;
categoryId
:
string
;
basePoint
:
[
number
,
number
]
;
thumbnail
?:
string
;
createTime
:
string
;
updateTime
:
string
;
}
Hierarchy (
View Summary
)
ISymbolMeta
ISymbol
Index
Properties
id
name
category
Id
base
Point
thumbnail?
create
Time
update
Time
Properties
id
id
:
string
符号ID
name
name
:
string
符号名称
category
Id
categoryId
:
string
所属分类ID
base
Point
basePoint
:
[
number
,
number
]
基点坐标 [x, y]
Optional
thumbnail
thumbnail
?:
string
缩略图(base64)
create
Time
createTime
:
string
创建时间
update
Time
updateTime
:
string
更新时间
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
id
name
category
Id
base
Point
thumbnail
create
Time
update
Time
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
符号元数据(不含vcad数据)