mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
chore: filterTargetKey getter in collection
This commit is contained in:
parent
b3ad75be0a
commit
d6796ac758
@ -30,6 +30,10 @@ export class Collection implements ICollection {
|
||||
return this.options.name;
|
||||
}
|
||||
|
||||
get filterTargetKey() {
|
||||
return this.options.filterTargetKey;
|
||||
}
|
||||
|
||||
updateOptions(options: CollectionOptions, mergeOptions?: any) {
|
||||
const newOptions = {
|
||||
...this.options,
|
||||
|
Loading…
x
Reference in New Issue
Block a user