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🔗

# Annotation Query placement. Defines where the annotation query should be displayed.
# - "inControlsMenu" renders the annotation query in the dashboard controls dropdown menu
AnnotationQueryPlacement: typing.Literal["inControlsMenu"] = "inControlsMenu"