UI actions readme#96925
Merged
streamich merged 7 commits intoelastic:masterfrom Apr 14, 2021
streamich:ui-actions-readme
Merged
UI actions readme#96925streamich merged 7 commits intoelastic:masterfrom streamich:ui-actions-readme
streamich merged 7 commits intoelastic:masterfrom
streamich:ui-actions-readme
Conversation
Contributor
|
Pinging @elastic/kibana-app-services (Team:AppServices) |
Contributor
💚 Build Succeeded
Metrics [docs]
To update your PR or re-run it, just comment with: |
ppisljar
approved these changes
Apr 14, 2021
| *Trigger* is an abstract description of user's intent to perform an action | ||
| (like user clicking on a value inside chart). It allows us to do runtime | ||
| binding between code from different plugins. For, example one such | ||
| trigger is when somebody applies filters on dashboard; another one is when |
Contributor
There was a problem hiding this comment.
the trigger is actually when someone clicks something inside a chart isn;t it ?
Contributor
Author
There was a problem hiding this comment.
I was writing it from a standpoint that it does not necessarily need to be a "click" it could be triggered by anything. Also, even the "click" could be actually a "touch" or it could be executed using a11y.
phillipb
added a commit
to phillipb/kibana
that referenced
this pull request
Apr 14, 2021
…to-metrics-tab * 'master' of github.com:elastic/kibana: (61 commits) [Usage collection] Usage counters (elastic#96696) UI actions readme (elastic#96925) [TSVB] Enable brush for visualizations created with no index patterns (elastic#96727) [Data telemetry] Add Async Search to the tests (elastic#96693) added missing optional chain for bracket notation (elastic#96939) [Discover][DocViewer] Fix toggle columns from doc viewer table tab (elastic#95748) [TSVB] Fix per-request caching of index patterns (elastic#97043) [Datatable] Fix filter cell flakiness (elastic#96934) Unskip heatmap suite and fixes flakiness (elastic#96941) [Fleet] Improve performance of data stream API (elastic#97058) [ML] Data Frame Analytics: remove beta badge (elastic#96977) [App Search] Migrate expanded rows for meta engines table in Engines Overview (elastic#96251) Instances latency distribution chart tooltips and axis fixes (elastic#95577) [Monitoring] Using primary average shard size (elastic#96177) [Workplace Search] Hide Kibana chrome on 3rd party connector redirects (elastic#97028) ## [Security Solution] Fixes `Exit full screen` and `Copy to cliboard` styling issues (elastic#96676) Index pattern field editor - Add warning on name or type change (elastic#95528) [App Search] Add small engine breadcrumb utility helper (elastic#96917) Copy esArchiver commands from ./reassign.ts to fix tests (elastic#97012) [Security Solution][Detections] Updates MITRE Tactics, Techniques, and Subtechniques for 7.13 (elastic#97011) ...
streamich
added a commit
that referenced
this pull request
Apr 14, 2021
* docs: ✏️ improve UI actions plugin readme * docs: improve trigger description * docs: remove unnecessary comma * chore: 🤖 update autogenerated docs Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Improves readme of the UI actions plugin.