foundry-vtt-types
foundry-vtt-types copied to clipboard
Improve types for index fields
trafficstars
Some documents have properties that are automatically indexed, e.g. actor name and img. Furthermore, systems can use CONFIG to make more properties automatically indexed. These would be improvements to CompendiumCollection.IndexEntry
- [ ] Core-provided properties in
metadata.compendiumIndexFieldsshould always be indexed - [ ] Provide an interface that aligns with
CONFIG[documentType].compendiumIndexFieldsfor expanding this.