AsyncSelectProps interface

Signature

  1. export interface AsyncSelectProps<T> extends Omit<SelectCommonProps<T>, 'options'>, SelectAsyncProps<T>

Import

  1. import { AsyncSelectProps } from '@grafana/ui';

Properties

PropertyTypeDescription
valueSelectableValue<T> | null

value property

Signature

  1. value?: SelectableValue<T> | null;