OBJECT
CustomSidebarOverride
A custom sidebar override
link GraphQL Schema definition
- type CustomSidebarOverride {
- # The icon of the image that will be display on the sidebar
- String :
- ID! :
- # The label of the sidebar item that will be shown or hidden
- String :
- # If true, the sidebar item will be open in an iframe within the Healthie UI
- Boolean :
- # If true, the sidebar item will be displayed
- Boolean :
- # The link to the custom icon that will be displayed on the sidebar
- String :
- # Where the link will open if clicked
- String :
- # The link that the sidebar item will direct to
- String :
- }