mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-12-01 19:58:15 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
ea49f1afbb
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user