Home
last modified time | relevance | path

Searched defs:SearchFunctionType (Results 1 – 1 of 1) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/utils/
H A DsearchFunctions.ts8 export enum SearchFunctionType { enum
56 [SearchFunctionType.Prefix]: prefixSearch, constant
57 [SearchFunctionType.Fuzzy]: fuzzySearch, constant