高亮切换事件数据

interface HighlightItem {
    index: number;
    value: PlaceAutocompleteEventSuggestion;
}

Properties

Properties

index: number