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🔗

class AnnotationQueryPlacement(enum.StrEnum):
    """
    Annotation Query placement. Defines where the annotation query should be displayed.
    - "inControlsMenu" renders the annotation query in the dashboard controls dropdown menu
    """

    IN_CONTROLS_MENU = "inControlsMenu"