Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
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