Skip to content

InspectorFromManifestProps

Defined in: inspector-runtime-types.ts:262

Describe the props accepted by InspectorFromManifest().

T extends object

attributes: T

Defined in: inspector-runtime-types.ts:263


optional children?: ReactNode

Defined in: inspector-runtime-types.ts:264


optional components?: InspectorComponentMap

Defined in: inspector-runtime-types.ts:265


fieldLookup: UseEditorFieldsResult

Defined in: inspector-runtime-types.ts:266


optional fieldOverrides?: Record<string, InspectorFieldOverride>

Defined in: inspector-runtime-types.ts:267


optional initialOpen?: boolean

Defined in: inspector-runtime-types.ts:268


onChange: (path, value) => void

Defined in: inspector-runtime-types.ts:269

string

unknown

void


paths: readonly string[]

Defined in: inspector-runtime-types.ts:270


optional title?: ReactNode

Defined in: inspector-runtime-types.ts:271