Skip to content

InspectorFromManifestProps

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

Describe the props accepted by InspectorFromManifest().

T extends object

attributes: T

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


optional children?: ReactNode

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


optional components?: InspectorComponentMap

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


fieldLookup: UseEditorFieldsResult

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


optional fieldOverrides?: Record<string, InspectorFieldOverride>

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


optional initialOpen?: boolean

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


onChange: (path, value) => void

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

string

unknown

void


paths: readonly string[]

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


optional title?: ReactNode

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