Appearance
a11ydocs / JsonImageBlock
Interface: JsonImageBlock
Defined in: src/document-json.ts:79
An image block expressed with a src instead of in-memory data.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
class? | readonly | string | readonly string[] | src/document-json.ts:83 |
keepWithNext? | readonly | boolean | src/document-json.ts:84 |
options? | readonly | FlowImageOptions | src/document-json.ts:82 |
src | readonly | JsonBinarySource | src/document-json.ts:81 |
type | readonly | "png" | "jpeg" | "bmp" | "jbig2" | "tiff" | "jp2" | "webp" | "gif" | "svg" | src/document-json.ts:80 |