ILIB_ExtendLibraryItem interface
外部库元素
Signature
typescript
export interface ILIB_ExtendLibraryItem extends ILIB_ExtendLibraryItemIndex1
Extends: ILIB_ExtendLibraryItemIndex
Remarks
此处需要传递 url 或 data 字段,如若同时传入,则取 data 的数据,忽略 url 字段
如若仅传入 url 字段,将会对其发起请求并尝试获取其库文件
data 的数据可为 Blob 格式或 DataURL 格式
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | Blob | (Optional) 库文件数据 | ||
string | (Optional) 库文件地址 |