Function lastViewedWorkspaces
- lastViewedWorkspaces(limit?, abortSignal?): Promise<{
totalCount: number;
workspaces: DeviceApi.Workspace[];
}> Parameters
Optional
limit: numberOptional
abortSignal: AbortSignal
Returns Promise<{
totalCount: number;
workspaces: DeviceApi.Workspace[];
}>
List the last few workspaces the user has viewed.