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


color

Optional color: string

Defined in

core/src/frame.ts:58


height

height: number

Defined in

core/src/frame.ts:57


shadow

Optional shadow: boolean

Defined in

core/src/frame.ts:63


shadowColor

Optional shadowColor: string

Defined in

core/src/frame.ts:64


title

Optional title: string

Defined in

core/src/frame.ts:59


titleAlign

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

Defined in

core/src/frame.ts:60


titleColor

Optional titleColor: string

Defined in

core/src/frame.ts:61


width

width: number

Defined in

core/src/frame.ts:56


x

x: number

Defined in

core/src/frame.ts:54


y

y: number

Defined in

core/src/frame.ts:55