tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > Component

Component type

Represents the data of a Component: a generic holder of content and metadata.

Signature:

export type Component = VersionedItem & {
    ApprovalStatus?: Link;
    BinaryContent?: BinaryContent;
    ComponentType?: ComponentType;
    Content?: FieldsValueDictionary;
    IsBasedOnMandatorySchema?: boolean;
    IsBasedOnTridionWebSchema?: boolean;
    Schema?: Link;
    WorkflowInfo?: WorkflowInfo;
};

References: VersionedItem, Link, BinaryContent, ComponentType, FieldsValueDictionary, WorkflowInfo