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;
}

Properties

Properties

externalId: number