封鎖 >一般 >setMainWorkspace

Common.setMainWorkspace() 函式

設定上次使用的主要工作區。

Signature:

export declare function setMainWorkspace(workspace: Workspace): void;

參數

參數 類型 說明
工作區 Workspace 最近使用的頂層工作區。

傳回:

void