Interface: JsonImageBlock
An image block expressed with a src instead of in-memory data.
Properties
| Property | Modifier | Type |
|---|---|---|
class? | readonly | string | readonly string[] |
keepWithNext? | readonly | boolean |
options? | readonly | FlowImageOptions |
src | readonly | JsonBinarySource |
type | readonly | "png" | "jpeg" | "bmp" | "jbig2" | "tiff" | "jp2" | "webp" | "gif" | "svg" |