Added search to library tree views

This commit is contained in:
Stefan Zermatten
2021-08-02 00:29:56 +02:00
parent 1e38295164
commit ee174210fd
6 changed files with 123 additions and 58 deletions

View File

@@ -28,7 +28,10 @@
type: Object,
default: undefined,
},
filter: Object,
filter: {
type: Object,
default: undefined,
},
group: {
type: String,
default: 'creatureProperties'