tw5-typed / modules/utils/dom/notifier / Notifier
Interface: Notifier
modules/utils/dom/notifier.Notifier
Table of contents
Methods
Methods
display
▸ display(title
, options?
): void
Display a notification
- title: Title of tiddler containing the notification text
- options: see below Options include:
Parameters
Name | Type |
---|---|
title | string |
options? | Record <string , unknown > |
Returns
void