Skip to main content

Variable: imageRetrieveMetadataProvider

const imageRetrieveMetadataProvider: object

Simple metadataProvider object to store metadata for the image retrieval.

Type declaration​

add()​

add: (key, payload) => void

Parameters​

• key: string

• payload: any

Returns​

void

clear()​

clear: () => void

Empty the metadata state

Returns​

void

clone()​

clone: () => Map<string, unknown>

Get a copy of the current configuration state

Returns​

Map<string, unknown>

get()​

get: (type, ...queries) => unknown

Parameters​

• type: string

• ...queries: string[]

Returns​

unknown

IMAGE_RETRIEVE_CONFIGURATION​

IMAGE_RETRIEVE_CONFIGURATION: string

restore()​

restore: (state) => void

Restore the configuration state from a previously cloned state

Parameters​

• state: Map<string, unknown>

Returns​

void

Defined in​

packages/core/src/utilities/imageRetrieveMetadataProvider.ts:10