Winter Cardinal UI - v0.457.0 / DBaseOutlineOptions
DBase outline optons.
• 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.
src/main/typescript/wcardinal/ui/d-base.ts:350
• 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.
src/main/typescript/wcardinal/ui/d-base.ts:329
• 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.
src/main/typescript/wcardinal/ui/d-base.ts:323
• 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.
src/main/typescript/wcardinal/ui/d-base.ts:353
• 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.
src/main/typescript/wcardinal/ui/d-base.ts:342
• 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.