sigmacomputing / plugin

MIT License
2 stars 1 forks source link

Add support for Actions within plugins #17

Closed peternandersson closed 2 months ago

peternandersson commented 2 months ago

This PR requires a bit of cleanup before it is ready to be merged

This PR adds support for plugins to trigger actions in workbooks and for workbook actions to call functions within a plugin using the notions of action trigger (plugin -> workbook) and action effect (workbook -> plugin).

This PR adds the following config options:

It adds the following functions:

In addition, it adds the following react hooks: