iniquity

A re-imagining of the iconic BBS software.

View on GitHub

Interface: BBSPopupOptions

core/bbs.BBSPopupOptions

Options for popup dialogs

Table of contents

Properties

Properties

emptyMessage

Optional emptyMessage: string

Message to show when data is empty (for dataPopup)

Defined in

core/src/bbs.ts:103


type

Optional type: "error" | "info" | "warning" | "success"

Type affects color scheme

Defined in

core/src/bbs.ts:99


width

Optional width: number

Width of the popup

Defined in

core/src/bbs.ts:101