Type alias ActionQueryOnlyTriggerManually

ActionQueryOnlyTriggerManually: boolean | string | UnparsedObject

Determines when this query is executed. If set to false, the query will run when the app loads and whenever any query arguments change. If set to true, the query will only run when manually triggered from elsewhere in the app.

Generated using TypeDoc