@limetech/lime-elements
Version:
15 lines • 631 B
TypeScript
/**
* Some attributes are randomly generated and we do not have access to them as they
* are generated e.g., inside the breadcrumbs component. But we can get them this way.
* Retrieves such attributes as ids via inorder traversal
*
* Useful for testing
*
* @param node - base node
* @param attributes - array that you wish to populate that contains the found attributes
* @param attribute - the name of the type of attribute you are looking for
*
* @internal
*/
export declare function getAttributesRecursively(node: Element, attributes: string[], attribute?: string): void;
//# sourceMappingURL=get-attributes.d.ts.map