Skip to content

MenuSeparator

Official

A separator for the menu.

Import:

import { MenuSeparator } from 'obsidian';

Signature:

export class MenuSeparator

Constructor

new MenuSeparator(menu: Menu)

Constructor.

To get the constructor instance, use getMenuSeparatorConstructor from obsidian-typings/implementations.

Properties

PropertyTypeDescription
domHTMLElementThe separator's DOM element.
menuMenuThe menu the separator belongs to.

Links to this page: