Winter Cardinal UI - v0.442.0 / DBaseOutlineOptions

Interface: DBaseOutlineOptions

DBase outline optons.

Table of contents

Properties

Properties

align

Optional align: DStateAwareOrValueMightBe<number>

An align or a function returning an align. If a computed value is undefined, falls back to an outline align of a theme. If an align is 0, an outline is rendered completely inside. If an align is 1, an outline is rendered completely outside.

Defined in

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


alpha

Optional alpha: DStateAwareOrValueMightBe<number>

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

Defined in

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


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


mask

Optional mask: DStateAwareOrValueMightBe<number> | "NONE" | "TOP" | "RIGHT" | "BOTTOM" | "LEFT" | "TOP_RIGHT" | "TOP_BOTTOM" | "TOP_LEFT" | "RIGHT_BOTTOM" | "RIGHT_LEFT" | "BOTTOM_LEFT" | "NOT_TOP" | "NOT_RIGHT" | "NOT_BOTTOM" | "NOT_LEFT" | "ALL"

Masked outlines get removed.

Defined in

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


offset

Optional offset: DStateAwareOrValueMightBe<number>

An offset or a function returning an offset. If a computed value is undefined, falls back to an outline align of a theme. A outline moves to outside when an offset gets larger.

Defined in

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


width

Optional width: DStateAwareOrValueMightBe<number>

A width or a function returning a width. If a computed value is undefined, falls back to an outline width of a theme.

Defined in

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