Skip to main content

Notifier

tw5-typed


tw5-typed / modules/utils/dom/notifier / Notifier

Interface: Notifier

Defined in: src/modules/utils/dom/notifier.d.ts:5

Methods

display()

display(title, options?): void

Defined in: src/modules/utils/dom/notifier.d.ts:12

Display a notification

  • title: Title of tiddler containing the notification text
  • options: see below Options include:

Parameters

title

string

options?

Record<string, unknown>

Returns

void