iniquity

A re-imagining of the iconic BBS software.

View on GitHub

Interface: IAlertOptions

core.IAlertOptions

Alert options

Table of contents

Properties

Properties

border

Optional border: "ascii" | "none" | "single" | "double"

Defined in

core/src/core.ts:53


timeout

Optional timeout: number

Defined in

core/src/core.ts:49


title

Optional title: string

Defined in

core/src/core.ts:47


type

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

Defined in

core/src/core.ts:48


width

Optional width: number

Defined in

core/src/core.ts:52


x

Optional x: number

Defined in

core/src/core.ts:50


y

Optional y: number

Defined in

core/src/core.ts:51