Skip to content

DashboardLinkPlacement🔗

Dashboard Link placement. Defines where the link should be displayed.

  • "inControlsMenu" renders the link in bottom part of the dashboard controls dropdown menu

Definition🔗

# Dashboard Link placement. Defines where the link should be displayed.
# - "inControlsMenu" renders the link in bottom part of the dashboard controls dropdown menu
DashboardLinkPlacement: typing.Literal["inControlsMenu"] = "inControlsMenu"