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

Property Type Description
dimension? number Size dimension of the workspace item (width or height depending on split direction).
id string Unique identifier of the workspace item.
type string Type of the workspace item (e.g., 'split', 'tabs', 'leaf').

Links to this page: