Begin stubbing an example plugin with all options as basic docs/recipe
This commit is contained in:
parent
ce9d956d00
commit
29f86d41e6
15
extensions/_ohif-example-extension/src/index.js
Normal file
15
extensions/_ohif-example-extension/src/index.js
Normal file
@ -0,0 +1,15 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
export default {
|
||||
/**
|
||||
* Only required property. Should be a unique value across all extensions.
|
||||
*/
|
||||
id: 'example-extension',
|
||||
|
||||
getViewportModule() {},
|
||||
getSopClassHandler() {},
|
||||
getPanelModule() {},
|
||||
getToolbarModule() {},
|
||||
getCommandsModule() {},
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user