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:33


timeout

Optional timeout: number

Defined in

core/src/core.ts:29


title

Optional title: string

Defined in

core/src/core.ts:27


type

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

Defined in

core/src/core.ts:28


width

Optional width: number

Defined in

core/src/core.ts:32


x

Optional x: number

Defined in

core/src/core.ts:30


y

Optional y: number

Defined in

core/src/core.ts:31