packages/components/eui-autocomplete/models/eui-autocomplete-item.model.ts
Properties |
|
[id: string]:
|
| dragAndDropSource |
dragAndDropSource:
|
Type : string
|
| Optional |
| euiInternalId |
euiInternalId:
|
Type : string
|
| Optional |
| iconClass |
iconClass:
|
Type : string
|
| Optional |
| iconSvgName |
iconSvgName:
|
Type : string
|
| Optional |
| id |
id:
|
Type : string | number
|
| Optional |
| isDisabled |
isDisabled:
|
Type : boolean
|
| Optional |
| isOutline |
isOutline:
|
Type : boolean
|
| Optional |
| isRemovable |
isRemovable:
|
Type : boolean
|
| Optional |
| isRounded |
isRounded:
|
Type : boolean
|
| Optional |
| label |
label:
|
Type : string
|
| metadata |
metadata:
|
Type : METADATA
|
| Optional |
| sizeClass |
sizeClass:
|
Type : "euiSizeS" | "euiSizeM" | "euiSizeL" | "euiSizeXL" | "euiSize2XL"
|
| Optional |
| tooltip |
tooltip:
|
Type : EuiChipTooltip
|
| Optional |
| typeClass |
typeClass:
|
Type : "primary" | "secondary" | "info" | "success" | "warning" | "danger" | "accent"
|
| Optional |
| variant |
variant:
|
Type : "primary" | "secondary" | "info" | "success" | "warning" | "danger" | "accent"
|
| Optional |