Winter Cardinal UI - v0.442.0 / DDiagramCanvasBackgroundOptions

Interface: DDiagramCanvasBackgroundOptions

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.

Inherited from

DBaseBackgroundOptions.alpha

Defined in

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


base

Optional base: null | number

Defined in

src/main/typescript/wcardinal/ui/d-diagram-canvas-base.ts:16


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.

Inherited from

DBaseBackgroundOptions.color

Defined in

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