type AssetMetaData = object & Record<string, unknown>;
Generic asset information
Type declaration#
Name | Type | Description |
---|---|---|
mimeType? | string | The mime type of this asset or the data behind the asset’s uri. |
blockType? | string | The type id of the design block that should be created from this asset. |
fillType? | string | - |
shapeType? | string | - |
kind? | string | - |
uri? | string | - |
thumbUri? | string | - |
previewUri? | string | - |
sourceSet? | Source [] | - |
filename? | string | - |
vectorPath? | string | - |
width? | number | - |
height? | number | - |
duration? | string | - |
effectType? | EffectType | - |
blurType? | BlurType | - |
looping? | boolean | - |