Skip to content

UIProgressBar

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

A progress bar with track and fill backgrounds.

new UIProgressBar(props): UIProgressBar

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

UIProgressBarProps

UIProgressBar

readonly container: Container

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


readonly yogaNode: Node

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

UIElement.yogaNode

get displayObject(): Container

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

Container

UIElement.displayObject


get visible(): boolean

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

boolean

set visible(v): void

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

boolean

void

UIElement.visible

applyLayout(): void

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

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

void

UIElement.applyLayout


destroy(): void

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

void

UIElement.destroy


update(p): void

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

Partial<UIProgressBarProps>

void

UIElement.update