tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > ContentEditorFormFieldExtensionProps

ContentEditorFormFieldExtensionProps interface

Signature:

export interface ContentEditorFormFieldExtensionProps<T = any>

Properties

Property Modifiers Type Description
fieldDefinition   ItemFieldDefinition Field definition of the form field
isDisabled   boolean Boolean to indicate whether the field should be rendered in a disabled state
isReadOnly   boolean Boolean to indicate whether the field should be rendered in read only mode
renderField   ReactNode Original field to render
setValue   (value: T) => void Set field value function
value   T Value of the field