Skip to main content

@microsoft/fast-element > StyleTarget > querySelectorAll

StyleTarget.querySelectorAll() method

Returns all element descendants of node that match selectors.

Signature:
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;

Parameters

ParameterTypeDescription
selectorsstringThe CSS selector to use for the query.
Returns:

NodeListOf<E>