From 6e506aa29160f33fb1063511dae193dd6ef184be Mon Sep 17 00:00:00 2001 From: Jorian Rutten Date: Tue, 4 Nov 2025 18:00:10 +0100 Subject: [PATCH] Add `app.command.ToggleWorkspaceLayout` to the command documentation As far as I could see it does not include any parameters. I'm unsure about the new UI markers and whether they would be required here. I also just noticed this feature is still in beta, which might be why it wasn't in the documentation yet. But since I had already written it down anyway, might as well offer it up! --- api/app_command.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/app_command.md b/api/app_command.md index 3b89a8c..841b290 100644 --- a/api/app_command.md +++ b/api/app_command.md @@ -243,6 +243,8 @@ Executes the given command named `CommandName` with the specified parameters. * Toggles the visibility of the preview window * app.command.ToggleTimelineThumbnails * Toggles the timeline thumbnails preference +* app.command.ToggleWorkspaceLayout + * Toggles the Workspace Layout UI. This command only opens or closes the workspace layout mode, and cannot be used to select a specific Layout. * app.command.UndoHistory * Shows the undo history window * app.command.Undo