Skip to content

SerializedWorkspaceItem

Unofficial

Serialized representation of a single workspace item (leaf, split, or tab group).

Import:

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

Signature:

export interface SerializedWorkspaceItem

Properties

PropertyTypeDescription
dimension?numberSize dimension of the workspace item (width or height depending on split direction).
idstringUnique identifier of the workspace item.
typestringType of the workspace item (e.g., 'split', 'tabs', 'leaf').

Links to this page: