Type Alias: SelectorType
SelectorType: `${SelectorSpecial}${AlphaNumeric}${string}` | `${AlphaNumeric}${string}`
Type for identifying selectors. Allows us to "upgrade" queries using
selectors to return Element
s.
Defined in
src/types.ts:41
SelectorType: `${SelectorSpecial}${AlphaNumeric}${string}` | `${AlphaNumeric}${string}`
Type for identifying selectors. Allows us to "upgrade" queries using
selectors to return Element
s.
src/types.ts:41