Skip to content

Latest commit

 

History

History
110 lines (54 loc) · 1.16 KB

File metadata and controls

110 lines (54 loc) · 1.16 KB

ILIB_ExtendLibraryItemIndex interface

外部库元素索引

Signature

interface ILIB_ExtendLibraryItemIndex 

Remarks

支持外部库使用名称或 UUID 作为元素的唯一 ID 索引

正常情况下,希望每个库都拥有 UUID,但可能部分系统开发时不存在 UUID 字段(或可以做类似用途的字段)

此处仅传入 name 字段时,将把 name 做唯一 ID 用途,不可有重名的数据

如若传入 uuidname 字段,则只有 uuid 不可重复

Properties

Property

Modifiers

Type

Description

name

string

库名称

uuid?

string

(Optional) 库 UUID


属性详情

name

ILIB_ExtendLibraryItemIndex.name property

库名称

Signature

name: string;

uuid

ILIB_ExtendLibraryItemIndex.uuid property

库 UUID

Signature

uuid?: string;