-
Notifications
You must be signed in to change notification settings - Fork 11
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
Feature/SOF-7291 #206
Feature/SOF-7291 #206
Conversation
✅ Deploy Preview for mat3ra-materials-designer ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
// eslint-disable-next-line react/sort-comp | ||
messageHandlerConfigs: IMessageHandlerConfigItem[] = [ | ||
{ | ||
action: "set-data", |
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.
Let's add an enum in https://github.com/Exabyte-io/cove.js/blob/37c8233d576b0260ae07618aa2ce879eee6a8d3b/src/other/iframe-messaging/IframeToFromHostMessageHandler.ts#L10C39-L10C81 and reuse here
import actionsEnums
actionsEnums.setData
Adapt to new JLS with message handler as a config