UIProgressBar
Defined in: ui/src/UIProgressBar.ts:13
A progress bar with track and fill backgrounds.
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new UIProgressBar(
props):UIProgressBar
Defined in: ui/src/UIProgressBar.ts:28
Parameters
Section titled “Parameters”Returns
Section titled “Returns”UIProgressBar
Properties
Section titled “Properties”container
Section titled “container”
readonlycontainer:Container
Defined in: ui/src/UIProgressBar.ts:14
yogaNode
Section titled “yogaNode”
readonlyyogaNode:Node
Defined in: ui/src/UIProgressBar.ts:15
Implementation of
Section titled “Implementation of”Accessors
Section titled “Accessors”displayObject
Section titled “displayObject”Get Signature
Section titled “Get Signature”get displayObject():
Container
Defined in: ui/src/UIProgressBar.ts:17
Returns
Section titled “Returns”Container
Implementation of
Section titled “Implementation of”visible
Section titled “visible”Get Signature
Section titled “Get Signature”get visible():
boolean
Defined in: ui/src/UIProgressBar.ts:62
Returns
Section titled “Returns”boolean
Set Signature
Section titled “Set Signature”set visible(
v):void
Defined in: ui/src/UIProgressBar.ts:66
Parameters
Section titled “Parameters”boolean
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”Methods
Section titled “Methods”applyLayout()
Section titled “applyLayout()”applyLayout():
void
Defined in: ui/src/UIProgressBar.ts:52
Size track to full computed size, fill proportionally to value.
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”destroy()
Section titled “destroy()”destroy():
void
Defined in: ui/src/UIProgressBar.ts:102
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”update()
Section titled “update()”update(
props):void
Defined in: ui/src/UIProgressBar.ts:71
Parameters
Section titled “Parameters”Record<string, unknown>
Returns
Section titled “Returns”void