a2d741f60f
* regenerated packages docs. * fixed spelling issues. * fixed spelling issues.
860 B
860 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "getPreviousCousin" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" draft = true +++
DOMUtil.getPreviousCousin() function
DOMUtil.getPreviousCousin() function
Signature
export declare function getPreviousCousin(node: any, selector: string): any;
Import
import { DOMUtil } from '@grafana/ui';
const { getPreviousCousin } = DOMUtil;
Parameters
| Parameter | Type | Description |
|---|---|---|
| node | any |
|
| selector | string |
Returns:
any