Skip to content

describeEditorField

describeEditorField(path, attribute, options?): EditorFieldDescriptor

Defined in: wp-typia-block-runtime/src/editor.ts:361

Describe one manifest attribute as an editor field model.

string

Dot-separated manifest attribute path.

ManifestAttribute

Manifest attribute metadata for that path.

EditorModelOptions = {}

Label and control preferences for editor generation.

EditorFieldDescriptor

A normalized field descriptor for editor rendering helpers.

const field = describeEditorField("content", attribute);