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

Property Type Description
dom HTMLElement The separator's DOM element.
menu Menu The menu the separator belongs to.

Links to this page: