mirror of
https://github.com/elastic/kibana.git
synced 2025-06-29 03:24:45 -04:00
* Add doc building for data plugin * Added data server md file * index file for suggestion component * Clear out internal imports from public API * Remove FunctionalComponent usage * comment out working docs * Added fixes following @octogonz feedback * new docs * Clean up * Clean up 2 * fix jest * rename docs script file * update tasks * tasks * update docs
1.1 KiB
1.1 KiB
Home > kibana-plugin-plugins-data-public > QuerySuggestionBasic
QuerySuggestionBasic interface
*
Signature:
export interface QuerySuggestionBasic
Properties
Property | Type | Description |
---|---|---|
cursorIndex | number |
|
description | string | JSX.Element |
|
end | number |
|
start | number |
|
text | string |
|
type | QuerySuggestionTypes |