iniquity

A re-imagining of the iconic BBS software.

View on GitHub

Interface: BBSSnackOptions

core/bbs.BBSSnackOptions

Options for snack (toast) notifications

Table of contents

Properties

Properties

corner

Optional corner: SnackCorner

Corner of the terminal (default ‘bottom-right’)

Defined in

core/src/bbs.ts:112


durationMs

Optional durationMs: number

Duration in ms before the snack fades (default 3000)

Defined in

core/src/bbs.ts:114


target

Optional target: SnackTarget

Who receives the snack (default ‘current’)

Defined in

core/src/bbs.ts:116