Home > @tridion-sites/extensions > ContentEditorFormFieldExtensionProps
Signature:
export interface ContentEditorFormFieldExtensionProps<T = any>
| 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 |