Core API Overview > @adpt/core > findElementsInDom
findElementsInDom() function
Signature:
export declare function findElementsInDom(stylesIn: StyleList | AdaptElement | null, dom: AdaptElementOrNull): AdaptElement[];
Parameters
| Parameter | Type | Description |
|---|---|---|
| stylesIn | StyleList |AdaptElement |null | |
| dom | AdaptElementOrNull |
Returns: