Winter Cardinal UI - v0.442.0 / DBaseBackgroundOptions

Interface: DBaseBackgroundOptions

DBase background options.

Hierarchy

Table of contents

Properties

Properties

alpha

Optional alpha: DStateAwareOrValueMightBe<number>

An alpha or a function returning an alpha. If a computed value is undefined, falls back to an background alpha of a theme.

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:276


color

Optional color: DStateAwareOrValueMightBe<null | number>

A color code or a function returning a color code. If a computed value is undefined, falls back to the theme color. If a computed value is null, a background is not rendered.

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:270