tridion-sites-extensions-api-docs

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

EmbeddedSchemaFieldDefinition type

Represents an embedded schema field definition (in a Schema).

Signature:

export type EmbeddedSchemaFieldDefinition = ItemFieldDefinition & {
    EmbeddedFields?: FieldsDefinitionDictionary;
    EmbeddedSchema?: Link;
};

References: ItemFieldDefinition, FieldsDefinitionDictionary, Link