Winter Cardinal UI - v0.442.0 / DDiagramCanvasBackgroundOptions
DBase background options.
↳ DDiagramCanvasBackgroundOptions
• 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.
src/main/typescript/wcardinal/ui/d-base.ts:276
• Optional
base: null
| number
src/main/typescript/wcardinal/ui/d-diagram-canvas-base.ts:16
• 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.