Home > ILIB_ExtendLibraryItemIndex
ILIB_ExtendLibraryItemIndex interface
External library item index
Signature
typescript
interface ILIB_ExtendLibraryItemIndex1
Remarks
Supports external libraries using a name or UUID as the unique ID index of the item
Under normal circumstances, each library is expected to have a UUID, but some systems may not have a UUID field (or a field that can serve a similar purpose) at development time
When only the name field is passed here, name will be used as the unique ID, and duplicate names are not allowed
If both the uuid and name fields are passed, only uuid cannot be duplicated
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | Library name | ||
string | (Optional) Library UUID |