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.
SelectContainerProps interface
Signature
export interface SelectContainerProps<Option, isMulti extends boolean, Group extends GroupBase<Option>> extends BaseContainerProps<Option, isMulti, Group>
Import
import { SelectContainerProps } from '@grafana/ui';
Properties
Property | Type | Description |
---|---|---|
isFocused | boolean |
isFocused property
Signature
isFocused: boolean;