Skip to content

AnnotationQueryPlacement🔗

Annotation Query placement. Defines where the annotation query should be displayed.

  • "inControlsMenu" renders the annotation query in the dashboard controls dropdown menu

Definition🔗

type AnnotationQueryPlacement string
const (
    AnnotationQueryPlacementInControlsMenu AnnotationQueryPlacement = "inControlsMenu"
)