InspectorFromManifestProps
Defined in: inspector-runtime-types.ts:263
Describe the props accepted by InspectorFromManifest().
Type Parameters
Section titled “Type Parameters”T extends object
Properties
Section titled “Properties”attributes
Section titled “attributes”attributes:
T
Defined in: inspector-runtime-types.ts:264
children?
Section titled “children?”
optionalchildren?:ReactNode
Defined in: inspector-runtime-types.ts:265
components?
Section titled “components?”
optionalcomponents?:InspectorComponentMap
Defined in: inspector-runtime-types.ts:266
fieldLookup
Section titled “fieldLookup”fieldLookup:
UseEditorFieldsResult
Defined in: inspector-runtime-types.ts:267
fieldOverrides?
Section titled “fieldOverrides?”
optionalfieldOverrides?:Record<string,InspectorFieldOverride>
Defined in: inspector-runtime-types.ts:268
initialOpen?
Section titled “initialOpen?”
optionalinitialOpen?:boolean
Defined in: inspector-runtime-types.ts:269
onChange
Section titled “onChange”onChange: (
path,value) =>void
Defined in: inspector-runtime-types.ts:270
Parameters
Section titled “Parameters”string
unknown
Returns
Section titled “Returns”void
paths: readonly
string[]
Defined in: inspector-runtime-types.ts:271
title?
Section titled “title?”
optionaltitle?:ReactNode
Defined in: inspector-runtime-types.ts:272