Skip to content

Submenu

Unofficial

Represents a submenu entry in a context menu.

Import:

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

Signature:

export interface Submenu

Properties

Property Type Description
icon string Icon identifier for the submenu item.
title string Display title for the submenu item.

Links to this page: