2.1 KiB
2.1 KiB
| Property | Description |
|---|---|
| id | unique mode id used to refer to the mode |
| displayName | actual name of the mode being displayed for each study in the study summary panel |
| onModeEnter | hook is called when the mode is entered by the specified route |
| onModeExit | hook is called when the mode exited |
| validationTags | validationTags |
| isValidMode | Checks if the mode is valid for a study |
| routes | route config which defines the route address, and the layout for it |
| extensions | extensions needed by the mode |
| hanging protocol | list of hanging protocols that the mode should have access to |
| sopClassHandlers | list of SOPClass modules needed by the mode |
| hotkeys | hotkeys |