CoreMedia CKEditor 5 Plugins
    Preparing search index...
    interface ContentReferenceResponse {
        contentUri: string | undefined;
        externalUriInformation: ExternalUriInformation | undefined;
        request: string;
    }
    Index

    Properties

    contentUri: string | undefined

    Reference information containing URI and UUID.

    If the requestedUri is the same as the content.uri a content object already exist for the given URI. In this case a UUID is also available. Otherwise, content is undefined.

    externalUriInformation: ExternalUriInformation | undefined
    request: string

    The URI or UUID the information is requested for.