We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ui:rootFieldId
UiSchemaRoot
1 parent 7cfbed8 commit e225ddcCopy full SHA for e225ddc
packages/form/src/form/ui-schema.ts
@@ -21,6 +21,7 @@ interface UiSchemaRootIndex {
21
}
22
23
type UiSchemaRootContent = UiSchemaContent & {
24
+ /** @deprecated use `idPrefix` option of form instead */
25
"ui:rootFieldId"?: string;
26
"ui:globalOptions"?: UiOptions;
27
"ui:formElement"?: UiSchema;
0 commit comments