tridion-sites-extensions-api-docs

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

ItemFieldDefinition type

Abstract base class for Item Field Definitions (specified in a Schema)

Signature:

export type ItemFieldDefinition = {
    $type?: string;
    CustomUrl?: string;
    Description: string;
    ExtensionXml?: string;
    IsLocalizable?: boolean;
    MaxOccurs: number;
    MinOccurs: number;
    Name: string;
};