Merge branch 'main' into next

This commit is contained in:
nocobase[bot] 2024-11-28 05:02:12 +00:00
commit ea49f1afbb

View File

@ -77,7 +77,7 @@ export interface CollectionFieldDefaultInitializerItem {
}
export interface CollectionFieldGetInitializerItemResult {
find?: (schema: Schema, key: string, action: string) => any;
find?: (schema: Schema, key: string, action: string, name?: string) => any;
remove?: (schema: Schema, cb: (schema: Schema, stopProps: Record<string, any>) => void) => void;
}