Skip to content
On this page

ItemView

继承自 View

Constructor

ts
constructor(leaf: WorkspaceLeaf);

Properties

contentEl

ts
contentEl: HTMLElement

Methods

addAction

ts
addAction(icon: IconName, title: string, callback: (evt: MouseEvent) => any): HTMLElement;