Flip a boolean state variable. No server round-trip.Documentation Index
Fetch the complete documentation index at: https://prefab.prefect.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
JSON Schema for the ToggleState action.
Flip a boolean state variable. No server round-trip.Documentation Index
Fetch the complete documentation index at: https://prefab.prefect.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
{
"type": "object",
"properties": {
"action": {
"const": "toggleState",
"default": "toggleState",
"type": "string"
},
"key": {
"description": "State key or dot-path to toggle",
"type": "string"
}
},
"required": [
"action",
"key"
]
}