tridion-sites-extensions-api-docs

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

FieldsDefinitionDictionary type

Represents the set of Item Field Definitions grouped by the field definition name.

Signature:

export type FieldsDefinitionDictionary = Record<string, ItemFieldDefinition>;

References: ItemFieldDefinition