Uh oh!
There was an error while loading. Please reload this page.
[SIG-55948] Plugin Actions Support: Added custom hook for action registration and triggering - #10
Conversation
Pearce-Ropion
left a comment
There was a problem hiding this comment.
Instead of merging this to master, let's create a new branch called plugin-actions, and then switch the base of this PR to that branch. I'm hesitant about pushing code that only works behind a feature flag in the product to the plugin master branch. Once more of the slight side of things is done, we can merge the actions branch here into master.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
alisonjlai
commented
Jun 26, 2024
Just pushed the changes and switched the base to |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
… triggerAction function
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Resolves [SIG-55948]
What is the purpose of this PR?
Added a new
CustomPluginConfigOptionstype.Created
useActionTriggerhook to register/unregister and trigger an action event.Will be merged to
plugin-actionsbranch for now until slate side is more ready.