Skip to content

SerializedWorkspaceSidedock

Unofficial

Serialized representation of a workspace sidedock (left or right sidebar).

Import:

import type { SerializedWorkspaceSidedock } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface SerializedWorkspaceSidedock extends SerializedWorkspaceItem

Extends: SerializedWorkspaceItem

Properties

PropertyTypeDescription
collapsedbooleanWhether the sidedock is collapsed.
dimension?numberSize dimension of the workspace item (width or height depending on split direction).
(Inherited from SerializedWorkspaceItem)
idstringUnique identifier of the workspace item.
(Inherited from SerializedWorkspaceItem)
typestringType of the workspace item (e.g., 'split', 'tabs', 'leaf').
(Inherited from SerializedWorkspaceItem)
widthnumberWidth of the sidedock in pixels.

Links to this page: