ImageDefinition interface
イメージ定義。
プロパティ
content |
イメージ BLOB のコンテンツ URL。 |
image |
イメージが既に存在するかどうか。 |
relative |
イメージの相対パス。 |
プロパティの詳細
contentUrl
イメージ BLOB のコンテンツ URL。
contentUrl?: string
プロパティ値
string
imageExists
イメージが既に存在するかどうか。
imageExists?: boolean
プロパティ値
boolean
relativePath
イメージの相対パス。
relativePath?: string
プロパティ値
string