-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
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
[Canvas] Register expression_functions
in {expression}/public/plugin.ts
.
#106636
[Canvas] Register expression_functions
in {expression}/public/plugin.ts
.
#106636
Conversation
Pinging @elastic/kibana-presentation (Team:Presentation) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
…in.ts`. (elastic#106636) * Registered `revealImageFunction` in `public/plugin`. * Registered `shapeFunction` in `public/plugin`.
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
…in.ts`. (#106636) (#106666) * Registered `revealImageFunction` in `public/plugin`. * Registered `shapeFunction` in `public/plugin`. Co-authored-by: Yaroslav Kuznietsov <[email protected]>
…in.ts`. (elastic#106636) * Registered `revealImageFunction` in `public/plugin`. * Registered `shapeFunction` in `public/plugin`.
No impact on the UI. |
💚 Build SucceededMetrics [docs]Module Count
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: cc @Kunzetsov |
At this PR
expression_functions
has been registered atpublic/plugin.ts
in addition toserver
at further plugins:expression_reveal_image
expression_shape
Testing Notes
This registers some expression functions on the server side. There is no way to test this as there is nothing that uses the server side functions currently.