AsyncSelect

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.

Enterprise Open source

AsyncSelect() function

AsyncSelect() function

The Gitlab Enterprise plugin is now available for users with a Grafana Cloud account or with a Grafana Enterprise license. For more information and to get started, create a free account or contact our team.

Signature

typescript
export declare function AsyncSelect<T>(props: AsyncSelectProps<T>): JSX.Element;

Import

typescript
import { AsyncSelect } from '@grafana/ui';

Parameters

ParameterTypeDescription
propsAsyncSelectProps<T>

Returns:

JSX.Element