uStoreProvider types assets - XMPieLab/uStore-NG GitHub Wiki

Typedefs

GUID : string

globally unique identifier

AssetListItemResponseModel : Object

Provides graphic asset DTO.

AssetResponseModel : Object

Provides graphic asset DTO.

GUID : string

globally unique identifier

Kind: global typedef

AssetListItemResponseModel : Object

Provides graphic asset DTO.

Kind: global typedef
Properties

Name Type Description
ThumbnailUrl string Graphic asset thumbnail URL.
AssetID string Graphic asset ID.
DisplayName string Graphic asset name.
IsUploaded boolean Flag that use to distinguish user uploaded asset from PE asset.
FileName string Graphic asset name with extension.
ModificationDate Date Graphic asset modification date.

AssetResponseModel : Object

Provides graphic asset DTO.

Kind: global typedef
Properties

Name Type Description
AssetID string Graphic asset ID.
DisplayName string Graphic asset name.
IsUploaded boolean Flag that use to distinguish user uploaded asset from PE asset.
FileName string Graphic asset name with extension.
Url string Graphic asset URL to the original content.
ThumbnailUrl string Graphic asset thumbnail URL.
Width number Graphic asset width in pixels.
Height number Graphic asset height in pixels.
SizeKB number Graphic asset size in kilobyte.
⚠️ **GitHub.com Fallback** ⚠️