Merge branch 'next' into develop

This commit is contained in:
nocobase[bot] 2024-11-28 05:02:34 +00:00
commit 1f11dce34c

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;
}