You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thumbnail | string | undefined | Required. A string referring to any valid image resource (file, url, etc).
67
67
thumbnailWidth | number | undefined | Required. Width of the thumbnail image.
68
68
thumbnailHeight | number | undefined | Required. Height of the thumbnail image.
69
+
nano | string:base64 | undefined | Optional. Thumbnail Base64 image will be injected to background under the main image, that is waiting for a loading. This is super helpful and fancy if you receive base64 images 4x4 pixels from the server-side response.
69
70
alt | string | "" | Optional. Image alt attribute.
70
71
tags | array | undefined | Optional. An array of objects containing tag attributes (value and title). e.g. `{value: "foo", title: "bar"}`
71
72
isSelected | bool | undefined | Optional. The selected state of the image.
0 commit comments