We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related to #56955
Following the namespace \ prefix issue:
Avoid creating namespaces by using import * as xxx from yyy
import * as xxx from yyy
Make the public\server interfaces of data plugin explicit.
Minimize the amount of APIs exported, especially if used only by tests \ soon to be deprecated code.
Field Formats
esQuery\esKuery
esFilters
Index Patterns
Autocomplete
Search
UI
The text was updated successfully, but these errors were encountered:
Pinging @elastic/kibana-app-arch (Team:AppArch)
Sorry, something went wrong.
lizozom
No branches or pull requests
Related to #56955
Following the namespace \ prefix issue:
Avoid creating namespaces by using
import * as xxx from yyy
Make the public\server interfaces of data plugin explicit.
Minimize the amount of APIs exported, especially if used only by tests \ soon to be deprecated code.
Field Formats
esQuery\esKuery
esFilters
Index Patterns
Autocomplete
Autocomplete
Search
UI
The text was updated successfully, but these errors were encountered: