(collectKey)
| 1111 | return this.#map_CollectionNotes.get(`${collectKey}.notes_version`, 25) |
| 1112 | } |
| 1113 | isHolding(collectKey) { |
| 1114 | return this.#map_CollectionNotes.get(`${collectKey}.notes_holding`, false) |
| 1115 | } |
| 1116 | |
| 1117 | /** |
| 1118 | * Check if collection version is the same |