+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "QueryFixAction" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## QueryFixAction interface Signature ```typescript export interface QueryFixAction ``` Import ```typescript import { QueryFixAction } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [preventSubmit](#preventsubmit-property) | boolean | | | [query](#query-property) | string | | | [type](#type-property) | string | | ### preventSubmit property Signature ```typescript preventSubmit?: boolean; ``` ### query property Signature ```typescript query?: string; ``` ### type property Signature ```typescript type: string; ```