Skip to content

RibbonState

Unofficial

Serialized state of a WorkspaceRibbon.

Import:

import type { RibbonState } from 'obsidian';

Signature:

export interface RibbonState

Properties

PropertyTypeDescription
hiddenItemsRecord<string, boolean>Map of ribbon item ID to whether it is hidden.

Links to this page: