-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support multiple propertiesProviders
This adds the PropertiesPanel#registerProvider method that allows users to register custom properties providers. A provider must have one of the following signatures: ({ getTabs: (element) => any[] }) // returns / overrides existing tabs ({ getTabs: (element) => (any[]) => any[] }); // may modify the existing tabs (i.e. monkey patch) and return the updated tabs Related to camunda/camunda-modeler#1992
- Loading branch information
1 parent
1bf944a
commit 8bcc06a
Showing
2 changed files
with
105 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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