MCPcopy
hub / github.com/handsontable/handsontable / markSource

Method markSource

handsontable/src/selection/selection.ts:295–297  ·  view source on GitHub ↗

* 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)

Source from the content-addressed store, hash-verified

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'.

Callers 15

CoreFunction · 0.95
shiftRowsMethod · 0.95
shiftColumnsMethod · 0.95
refreshMethod · 0.95
mouseDownFunction · 0.80
mouseOverFunction · 0.80
mouseUpFunction · 0.80
markSource.spec.jsFile · 0.80
refresh.spec.jsFile · 0.80
callbackFunction · 0.80
callbackFunction · 0.80
callbackFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected