SerializedWorkspace
Unofficial
Serialized representation of the full workspace layout and state.
Import:
import type { SerializedWorkspace } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface SerializedWorkspaceProperties
| Property | Type | Description | |
|---|---|---|---|
| active | string | Last active leaf. | |
| lastOpenFiles | string[] | Last opened files. | |
| left | LeafEntry | Left opened leaf. | |
| leftRibbon | SerializedWorkspaceLeftRibbon | Left ribbon. | |
| main | LeafEntry | Main (center) workspace leaf. | |
| right | LeafEntry | Right opened leaf. |
Links to this page: