CustomSidebarOverride
A custom sidebar override
Fields
append_current_user_id
· Boolean · If true, the current user ID will be appended to the URL open_in_iframe
· Boolean · If true, the sidebar item will be open in an iframe within the Healthie UI Used By
Definition
"""A custom sidebar override"""type CustomSidebarOverride { """ If true, the current user ID will be appended to the URL """ append_current_user_id: Boolean
""" The icon of the image that will be display on the sidebar """ icon: String
""" The unique identifier of the override """ id: ID!
""" The label of the sidebar item that will be shown or hidden """ label: String
""" If true, the sidebar item will be open in an iframe within the Healthie UI """ open_in_iframe: Boolean
""" If true, the sidebar item will be displayed """ show: Boolean
""" The link to the custom icon that will be displayed on the sidebar """ svg_url: String
""" Where the link will open if clicked """ target: String
""" The link that the sidebar item will direct to """ url: String}