AsyncSelectProps interface
Signature
export interface AsyncSelectProps<T> extends Omit<SelectCommonProps<T>, 'options'>, SelectAsyncProps<T>
Import
import { AsyncSelectProps } from '@grafana/ui';
Properties
Property | Type | Description |
---|---|---|
value | SelectableValue<T> | null |
value property
Signature
value?: SelectableValue<T> | null;