GrafanaUserSettings.ViewersCanEdit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set to true so viewers can access and use explore and perform temporary edits on panels in dashboards they have access to. They cannot save their changes.
public bool? ViewersCanEdit { get; set; }
member this.ViewersCanEdit : Nullable<bool> with get, set
Public Property ViewersCanEdit As Nullable(Of Boolean)