CoreMedia CKEditor 5 Plugins
    Preparing search index...
    interface MockExternalContent {
        contentAfterImport: MockContentConfig | undefined;
        errorWhileImporting: boolean;
        id: number;
        isAlreadyImported: boolean;
    }
    Index

    Properties

    contentAfterImport: MockContentConfig | undefined

    The content how it exists after the import succeeded. Undefined if content can't be imported (item won't be insertable).

    errorWhileImporting: boolean

    Triggers an error during import to check if error handling has been implemented.

    id: number

    ID of the external content

    isAlreadyImported: boolean

    true if the content should be treated as previously imported.