AnnotationQueryPlacement🔗Annotation Query placement. Defines where the annotation query should be displayed."inControlsMenu" renders the annotation query in the dashboard controls dropdown menuDefinition🔗export enum AnnotationQueryPlacement { InControlsMenu = "inControlsMenu", }