( property: string, groupKey: string )
| 757 | } |
| 758 | |
| 759 | private coerceGroupKeyForFrontmatter( |
| 760 | property: string, |
| 761 | groupKey: string |
| 762 | ): string | number | boolean { |
| 763 | return coercePropertyGroupKeyForFrontmatter( |
| 764 | this.plugin.app, |
| 765 | property, |
| 766 | groupKey, |
| 767 | this.plugin.settings.userFields |
| 768 | ); |
| 769 | } |
| 770 | |
| 771 | private async confirmLargeReorder( |
| 772 | editCount: number, |