Options
All
  • Public
  • Public/Protected
  • All
Menu

ActivityIndicator Busy provides a css driven animation that indicates some action or activity is being carried out.

Hierarchy

Implements

  • Widget

Index

Constructors

Properties

Methods

Object literals

Constructors

constructor

  • children is an array of content passed to this Component.

    Parameters

    Returns ActivityIndicator

Properties

attrs

children

children: Content[]

Optional class

class: string

class is typically applied to the root level DOM of a widget's view.

Use it to define custom rules for styling specific widget instances.

view

view: View = new Main(this)

Methods

removed

  • removed(): void
  • Returns void

render

  • render(): Content
  • Returns Content

rendered

  • rendered(): void
  • Returns void

Object literals

values

values: object

root

root: object

class

class: string = concat(ACTIVITY_INDICATOR, this.attrs.ww ? this.attrs.ww.class : '')

Generated using TypeDoc