Interface

CKBoxRawAssetMetadataDefinition (ckbox)

@ckeditor/ckeditor5-ckbox/src/ckboxconfig

interface

Part of raw asset data that is received from the CKBox feature. Properties are set only if the chosen asset is an image.

Filtering

Properties

  • blurHash : string | undefined

    The blurhash placeholder value.

  • description : string | undefined

    Image description.

  • height : number | undefined

    Image height.

  • metadataProcessingStatus : string | undefined

    The processing status of the asset.

  • width : number | undefined

    Image width.