tridion-sites-extensions-api-docs

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

KeywordFieldDefinition type

Represents a Keyword field definition (in a Schema).

Signature:

export type KeywordFieldDefinition = ItemPublishableFieldDefinition & {
    AllowAutoClassification?: boolean;
    Category?: Link;
    DefaultValue?: Link;
    List?: ListDefinition;
};

References: ItemPublishableFieldDefinition, Link, ListDefinition