Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ProgressBarProperties

Indexable

[key: string]: any

key for others property.

Index

Properties

Optional animating

animating: undefined | true | false

Whether to show the ProgressBar (true, the default) or hide it (false). Whether to show the ProgressBar (true, the default) or hide it (false).

Optional color

Color of the progress bar. Color of the progress bar.

Optional indeterminate

indeterminate: undefined | true | false

If the progress bar will show indeterminate progress. Note that this can only be false if styleAttr is Horizontal. If the progress bar will show indeterminate progress. Note that this can only be false if styleAttr is Horizontal.

Optional progress

progress: undefined | number

The progress value (between 0 and 1). The progress value (between 0 and 1).

Optional styleAttr

styleAttr: "Horizontal" | "Normal" | "Small" | "Large" | "Inverse" | "SmallInverse" | "LargeInverse"

It is used for styling It is used for styling

Optional testID

testID: undefined | string

Used to locate this view in end-to-end tests. Used to locate this view in end-to-end tests.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc