Home > @tridion-sites/open-api-client > ItemFieldDefinition
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;
};