grafana/docs/sources/packages_api/ui/unitpicker.md

1.4 KiB

+++

-----------------------------------------------------------------------

Do not edit this file. It is automatically generated by API Documenter.

-----------------------------------------------------------------------

title = "UnitPicker" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" draft = true +++

UnitPicker class

Signature

export declare class UnitPicker extends PureComponent<Props> 

Import

import { UnitPicker } from '@grafana/ui';

Properties

Property Modifiers Type Description
defaultProps static {
width: number;
}
onChange (value: SelectableValue<string>) => void

Methods

Method Modifiers Description
render()

defaultProps property

Signature

static defaultProps: {
        width: number;
    };

onChange property

Signature

onChange: (value: SelectableValue<string>) => void;

render method

Signature

render(): JSX.Element;

Returns:

JSX.Element