docs: update OwnerPicker and EntityPicker API docs
Signed-off-by: Enrico Alvarenga <enrico.alvarenga@segment.com>
This commit is contained in:
@@ -88,6 +88,10 @@ export const EntityPickerFieldExtension: FieldExtensionComponent<
|
||||
defaultNamespace?: string | false | undefined;
|
||||
allowedKinds?: string[] | undefined;
|
||||
allowArbitraryValues?: boolean | undefined;
|
||||
catalogFilter?:
|
||||
| Record<string, string | string[]>
|
||||
| Record<string, string | string[]>[]
|
||||
| undefined;
|
||||
}
|
||||
>;
|
||||
|
||||
@@ -99,6 +103,10 @@ export const EntityPickerFieldSchema: FieldSchema<
|
||||
defaultNamespace?: string | false | undefined;
|
||||
allowedKinds?: string[] | undefined;
|
||||
allowArbitraryValues?: boolean | undefined;
|
||||
catalogFilter?:
|
||||
| Record<string, string | string[]>
|
||||
| Record<string, string | string[]>[]
|
||||
| undefined;
|
||||
}
|
||||
>;
|
||||
|
||||
@@ -309,6 +317,10 @@ export const OwnerPickerFieldExtension: FieldExtensionComponent<
|
||||
defaultNamespace?: string | false | undefined;
|
||||
allowedKinds?: string[] | undefined;
|
||||
allowArbitraryValues?: boolean | undefined;
|
||||
catalogFilter?:
|
||||
| Record<string, string | string[]>
|
||||
| Record<string, string | string[]>[]
|
||||
| undefined;
|
||||
}
|
||||
>;
|
||||
|
||||
@@ -319,6 +331,10 @@ export const OwnerPickerFieldSchema: FieldSchema<
|
||||
defaultNamespace?: string | false | undefined;
|
||||
allowedKinds?: string[] | undefined;
|
||||
allowArbitraryValues?: boolean | undefined;
|
||||
catalogFilter?:
|
||||
| Record<string, string | string[]>
|
||||
| Record<string, string | string[]>[]
|
||||
| undefined;
|
||||
}
|
||||
>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user