uStoreProvider types assets - XMPieLab/uStore-NG GitHub Wiki
-
GUID :
string
-
globally unique identifier
-
AssetListItemResponseModel :
Object
-
Provides graphic asset DTO.
-
AssetResponseModel :
Object
-
Provides graphic asset DTO.
globally unique identifier
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. |
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. |