CoreMedia CKEditor 5 Plugins
    Preparing search index...

    Represents data for creating an inline representation of the referenced image.

    interface InlinePreview {
        isPlaceholder: boolean;
        thumbnailSrc: string;
        thumbnailTitle: string;
    }
    Index

    Properties

    isPlaceholder: boolean

    false for normal images. true if the thumbnailSrc refers to a placeholder image instead. May trigger different rendering.

    thumbnailSrc: string

    Where to read the blob data from.

    thumbnailTitle: string

    A title to apply to the thumbnail representation.