CoreMedia CKEditor 5 Plugins
    Preparing search index...

    Represents an external content. An External Content is an item which is not a content but a third-party item known to be converted to a content by the embedding system.

    interface ExternalContent {
        externalId: number;
    }
    Index

    Properties

    Properties

    externalId: number