Home > @tridion-sites/extensions > ContentEditorFormFieldHookResult > priority
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.
Signature:
priority?: number;