Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ActivityIndicatorProperties

Indexable

[key: string]: any

key for others property.

Index

Properties

Optional animating

animating: undefined | true | false

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

Optional color

color: ColorProperties | "primary" | "accent" | "inherit"

It Adds color to the spinner.The foreground color of the spinner (default is gray). It Adds color to the spinner.The foreground color of the spinner (default is gray).

Optional hidesWhenStopped

hidesWhenStopped: undefined | true | false

Whether the indicator should hide when not animating (true by default). It is supported only in iOS Whether the indicator should hide when not animating (true by default). It is supported only in iOS

Optional size

size: number | "small" | "large"

Size of the indicator (default is 'small'). Passing a number to the size prop is only supported on Android. Size of the indicator (default is 'small'). Passing a number to the size prop is only supported on Android.

Optional style

style: undefined | __type

Useful to extend the style applied to components. Useful to extend the style applied to components.

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