Editor / DOM Helper / isNodeInput
Function: isNodeInput()
ts
function isNodeInput(selector): object;Checks if a given selector is a node input selector.
Parameters
| Parameter | Type | Description |
|---|---|---|
|
| The selector string to check. |
Returns
object
True if the selector is a node input selector, false otherwise.
| Name | Type |
|---|---|
|
|
|
|
|
|
|
|