Skip to content

Commit

Permalink
docs(ci): Update generated docs - f43ef8e [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Jan 9, 2024
1 parent f43ef8e commit f48fcc0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/generated/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -1803,6 +1803,14 @@
"valueRestrictions": null,
"valueOptional": false,
"valueOptionalBehavior": null
},
{
"valueName": "contextName",
"valueType": "String",
"valueDescription": "Name of context of the hotkey to trigger",
"valueRestrictions": null,
"valueOptional": true,
"valueOptionalBehavior": "Unknown"
}
],
"responseFields": []
Expand Down
1 change: 1 addition & 0 deletions docs/generated/protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -2793,6 +2793,7 @@ Triggers a hotkey using its name. See `GetHotkeyList`
| Name | Type | Description | Value Restrictions | ?Default Behavior |
| ---- | :---: | ----------- | :----------------: | ----------------- |
| hotkeyName | String | Name of the hotkey to trigger | None | N/A |
| ?contextName | String | Name of context of the hotkey to trigger | None | Unknown |

---

Expand Down

0 comments on commit f48fcc0

Please sign in to comment.