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🔗

type DashboardLinkPlacement string
const (
    DashboardLinkPlacementInControlsMenu DashboardLinkPlacement = "inControlsMenu"
)