normalizeTargetName()
ts
function normalizeTargetName(target): string;Defined in: functions/utils.ts:16
Internal
Normalizes a target into a consistent string identifier.
Used internally to map DOM targets (elements, window, or string references) to a unified key for storage and lookup.
Parameters
| Parameter | Type | Description |
|---|---|---|
target | string | HTMLElement | Window | Target element, window, or reference name |
Returns
string
Normalized target name
Since
1.0.0
Author
Simon Kovtyxk