WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
ILocalSymbolRecord
Interface ILocalSymbolRecord
本地符号记录接口
interface
ILocalSymbolRecord
{
id
?:
number
;
name
:
string
;
categoryId
:
number
;
basePoint
:
[
number
,
number
]
;
thumbnail
?:
string
;
data
:
Uint8Array
;
createTime
:
Date
;
updateTime
:
Date
;
}
Index
Properties
id?
name
category
Id
base
Point
thumbnail?
data
create
Time
update
Time
Properties
Optional
id
id
?:
number
自增主键
name
name
:
string
符号名称
category
Id
categoryId
:
number
所属分类ID
base
Point
basePoint
:
[
number
,
number
]
基点坐标 [x, y]
Optional
thumbnail
thumbnail
?:
string
缩略图(base64)
data
data
:
Uint8Array
压缩后的 vcad 数据
create
Time
createTime
:
Date
创建时间
update
Time
updateTime
:
Date
更新时间
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
id
name
category
Id
base
Point
thumbnail
data
create
Time
update
Time
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
本地符号记录接口