interface DetailRendererContextValue {
    config: DetailViewConfig;
    registry: DetailRendererRegistryEntry[];
    rootSchema: JSONSchema7;
    uiSchema?: UISchemaElement;
}

Properties

rootSchema: JSONSchema7
uiSchema?: UISchemaElement