ImageDefinition interface
The image definition.
Properties
content |
Content URL for the image blob. |
image |
Whether image exists already. |
relative |
Relative path of the image. |
Property Details
contentUrl
Content URL for the image blob.
contentUrl?: string
Property Value
string
imageExists
Whether image exists already.
imageExists?: boolean
Property Value
boolean
relativePath
Relative path of the image.
relativePath?: string
Property Value
string