@sqlrooms/mosaic / isSelection
Function: isSelection()
isSelection(
x):x is Selection
Test if a value is a Selection instance.
Parameters
| Parameter | Type | Description |
|---|---|---|
x | unknown | The value to test. |
Returns
x is Selection
True if the input is a Selection, false otherwise.
