ReactUtils.getChildId() function
ReactUtils.getChildId() function
Returns the ID value of the first, and only, child element
Signature
export declare function getChildId(children: ReactElement): string | undefined;
Import
import { ReactUtils } from '@grafana/ui';
const { getChildId } = ReactUtils;
Parameters
Parameter | Type | Description |
---|---|---|
children | ReactElement |
Returns:
string | undefined