Skip to content

CustomSidebarOverride

A custom sidebar override

Fields

icon · String · The icon of the image that will be display on the sidebar
id · ID! · required · The unique identifier of the override
label · String · The label of the sidebar item that will be shown or hidden
open_in_iframe · Boolean · If true, the sidebar item will be open in an iframe within the Healthie UI
show · Boolean · If true, the sidebar item will be displayed
svg_url · String · The link to the custom icon that will be displayed on the sidebar
target · String · Where the link will open if clicked
url · String · The link that the sidebar item will direct to

Used By

Definition

"""
A custom sidebar override
"""
type CustomSidebarOverride {
"""
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
}