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