Function useOperatorBrowser
- useOperatorBrowser(): {
choices: any;
clear: (() => void);
close: (() => void);
hasQuery: boolean;
isVisible: boolean;
onChangeQuery: ((query: any) => void);
onSubmit: (() => void);
query: string;
selectNext: (() => void);
selectPrevious: (() => void);
selectedValue: any;
setSelectedAndSubmit: ((choice: any) => void);
toggle: (() => void);
}
-
Returns {
choices: any;
clear: (() => void);
close: (() => void);
hasQuery: boolean;
isVisible: boolean;
onChangeQuery: ((query: any) => void);
onSubmit: (() => void);
query: string;
selectNext: (() => void);
selectPrevious: (() => void);
selectedValue: any;
setSelectedAndSubmit: ((choice: any) => void);
toggle: (() => void);
}
-
choices: any
-
clear: (() => void)
-
close: (() => void)
-
hasQuery: boolean
-
isVisible: boolean
-
onChangeQuery: ((query: any) => void)
-
- (query: any): void
-
Returns void
-
onSubmit: (() => void)
-
query: string
-
selectNext: (() => void)
-
selectPrevious: (() => void)
-
selectedValue: any
-
setSelectedAndSubmit: ((choice: any) => void)
-
- (choice: any): void
-
Returns void
-
toggle: (() => void)