Skip to content

UIProgressBar

Defined in: ui/src/UIProgressBar.ts:13

A progress bar with track and fill backgrounds.

new UIProgressBar(props): UIProgressBar

Defined in: ui/src/UIProgressBar.ts:28

UIProgressBarProps

UIProgressBar

readonly container: Container

Defined in: ui/src/UIProgressBar.ts:14


readonly yogaNode: Node

Defined in: ui/src/UIProgressBar.ts:15

UIElement.yogaNode

get displayObject(): Container

Defined in: ui/src/UIProgressBar.ts:17

Container

UIElement.displayObject


get visible(): boolean

Defined in: ui/src/UIProgressBar.ts:62

boolean

set visible(v): void

Defined in: ui/src/UIProgressBar.ts:66

boolean

void

UIElement.visible

applyLayout(): void

Defined in: ui/src/UIProgressBar.ts:52

Size track to full computed size, fill proportionally to value.

void

UIElement.applyLayout


destroy(): void

Defined in: ui/src/UIProgressBar.ts:102

void

UIElement.destroy


update(props): void

Defined in: ui/src/UIProgressBar.ts:71

Record<string, unknown>

void

UIElement.update