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🔗

class DashboardLinkPlacement(enum.StrEnum):
    """
    Dashboard Link placement. Defines where the link should be displayed.
    - "inControlsMenu" renders the link in bottom part of the dashboard controls dropdown menu
    """

    IN_CONTROLS_MENU = "inControlsMenu"