docs(ci): Update generated docs - f43ef8e [skip ci]

This commit is contained in:
Github Actions 2024-01-09 07:06:29 +00:00
parent f43ef8e2da
commit f48fcc06ec
2 changed files with 9 additions and 0 deletions

View File

@ -1803,6 +1803,14 @@
"valueRestrictions": null, "valueRestrictions": null,
"valueOptional": false, "valueOptional": false,
"valueOptionalBehavior": null "valueOptionalBehavior": null
},
{
"valueName": "contextName",
"valueType": "String",
"valueDescription": "Name of context of the hotkey to trigger",
"valueRestrictions": null,
"valueOptional": true,
"valueOptionalBehavior": "Unknown"
} }
], ],
"responseFields": [] "responseFields": []

View File

@ -2793,6 +2793,7 @@ Triggers a hotkey using its name. See `GetHotkeyList`
| Name | Type | Description | Value Restrictions | ?Default Behavior | | Name | Type | Description | Value Restrictions | ?Default Behavior |
| ---- | :---: | ----------- | :----------------: | ----------------- | | ---- | :---: | ----------- | :----------------: | ----------------- |
| hotkeyName | String | Name of the hotkey to trigger | None | N/A | | hotkeyName | String | Name of the hotkey to trigger | None | N/A |
| ?contextName | String | Name of context of the hotkey to trigger | None | Unknown |
--- ---