Skip to content

SerializedWorkspace

Unofficial

Serialized representation of the full workspace layout and state.

Import:

import type { SerializedWorkspace } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface SerializedWorkspace

Properties

PropertyTypeDescription
activestringLast active leaf.
lastOpenFilesstring[]Last opened files.
leftLeafEntryLeft opened leaf.
leftRibbonSerializedWorkspaceLeftRibbonLeft ribbon.
mainLeafEntryMain (center) workspace leaf.
rightLeafEntryRight opened leaf.

Links to this page: