Skip to content

RibbonState

Unofficial

Serialized state of a WorkspaceRibbon.

Import:

import type { RibbonState } from 'obsidian';

Signature:

export interface RibbonState

Properties

Property Type Description
hiddenItems Record<string, boolean> Map of ribbon item ID to whether it is hidden.

Links to this page: