Home > @tridion-sites/extensions > ContentEditorFormFieldHookResult
Signature:
export interface ContentEditorFormFieldHookResult
Property | Modifiers | Type | Description |
---|---|---|---|
isAvailable | boolean | Defines whether the field extension is available to be displayed or not | |
priority? | number | (Optional) Priority value of the field in the list of candidates for rendering. Extension with a higher priority will be displayed instead of an extension with lower priority. Helps to resolve collapsing cases when useIsAvailable returns true for two or more extensions for a single field at the same time. |