DashboardLinkPlacement🔗Dashboard Link placement. Defines where the link should be displayed."inControlsMenu" renders the link in bottom part of the dashboard controls dropdown menuDefinition🔗export enum DashboardLinkPlacement { InControlsMenu = "inControlsMenu", }