Type Alias GlobalAppConfig<DeclarativeMappingType>
GlobalAppConfig: GlobalSemanticConfig & { authorityAccess?: Record<string, AuthorityConfiguration>; cellRendererRegistry?: JsonFormsCellRendererRegistryEntry[]; detailViewConfig?: DetailViewConfigOptions; makeStubSchema?: (schema: JSONSchema7) => JSONSchema7; normDataMapping?: Record<string, NormDataMapping<DeclarativeMappingType>>; rendererRegistry?: JsonFormsRendererRegistryEntry[]; schema: JSONSchema7; tableActionRegistry?: any[]; tableColumnRegistry?: TableColumnRegistry; typePresentation?: TypePresentationRegistry; uiSchemaDefaultRegistry?: JsonFormsUISchemaRegistryEntry[]; uischemata?: Record<string, any>; viewConfig?: ViewConfigSet;} Type declaration
OptionalcellRendererRegistry?: JsonFormsCellRendererRegistryEntry[]
OptionalmakeStubSchema?: (schema: JSONSchema7) => JSONSchema7
OptionalnormDataMapping?: Record<string, NormDataMapping<DeclarativeMappingType>>
OptionalrendererRegistry?: JsonFormsRendererRegistryEntry[]
schema: JSONSchema7
OptionaltableActionRegistry?: any[]
OptionaltypePresentation?: TypePresentationRegistry
OptionaluiSchemaDefaultRegistry?: JsonFormsUISchemaRegistryEntry[]
Optionaluischemata?: Record<string, any>
Deprecated
Use
viewConfig.detail.options