Configuration object interface for DocumentImage
Signature:
export interface IDocumentImage
Properties
Property | Type | Description |
---|---|---|
type | string | The type of image |
url | string | The location to retrieve the image from or the DataURI containing it |
IDocumentImage.type property
The type of the imag
Signature:
readonly type: string;
IDocumentImage.url property
The location to retrieve the image from or the DataURI containing it
Signature:
readonly url: string;