* Marks the source of the selection. It can be one of the following values: `mouse`, or any other string. * * @param {'mouse' | 'unknown' | string} sourceName The source name.
(sourceName: string)
| 293 | * @param {'mouse' | 'unknown' | string} sourceName The source name. |
| 294 | */ |
| 295 | markSource(sourceName: string) { |
| 296 | this.#selectionSource = sourceName; |
| 297 | } |
| 298 | |
| 299 | /** |
| 300 | * Marks end of the selection source. It restores the selection source to default value which is 'unknown'. |
no outgoing calls
no test coverage detected