useEditorFields
useEditorFields(
manifest,options?):UseEditorFieldsResult
Defined in: inspector-runtime-model.tsx:182
Build memoized editor-field helpers from one manifest document.
Parameters
Section titled “Parameters”manifest
Section titled “manifest”Manifest document that describes the editor field tree.
options?
Section titled “options?”EditorModelOptions = {}
Optional field-model overrides such as labels, hidden paths, and manual controls.
Returns
Section titled “Returns”Derived field collections plus helpers for reading typed field values from attribute objects.