iniquity

A re-imagining of the iconic BBS software.

View on GitHub

Interface: IQFrameOptions

core/frame.IQFrameOptions

Table of contents

Properties

Properties

border

Optional border: IQFrameBorderStyle

Defined in

core/src/frame.ts:42


color

Optional color: string

Defined in

core/src/frame.ts:38


height

height: number

Defined in

core/src/frame.ts:37


shadow

Optional shadow: boolean

Defined in

core/src/frame.ts:43


shadowColor

Optional shadowColor: string

Defined in

core/src/frame.ts:44


title

Optional title: string

Defined in

core/src/frame.ts:39


titleAlign

Optional titleAlign: "left" | "right" | "center"

Defined in

core/src/frame.ts:40


titleColor

Optional titleColor: string

Defined in

core/src/frame.ts:41


width

width: number

Defined in

core/src/frame.ts:36


x

x: number

Defined in

core/src/frame.ts:34


y

y: number

Defined in

core/src/frame.ts:35