ILIB_ExtendLibraryItem interface
External library item
Signature
typescript
interface ILIB_ExtendLibraryItem extends ILIB_ExtendLibraryItemIndex1
Extends: ILIB_ExtendLibraryItemIndex
Remarks
Here the url or data field needs to be passed. If both are passed, the data of data is used and the url field is ignored
If only the url field is passed in, a request will be made to it to try to obtain its library file
The data of data can be in Blob or DataURL format
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | Blob | (Optional) Library file data | ||
string | (Optional) Library file URL |