Options
All
  • Public
  • Public/Protected
  • All
Menu

Module statusbar

Index

Variables

Const IStatusBar

IStatusBar: Token<IStatusBar>

Const clickedItem

clickedItem: string

Const interactiveItem

interactiveItem: string

Const item

item: string

Const leftSide

leftSide: string

Const rightSide

rightSide: string

Const side

side: string

Const statusBar

statusBar: string

Functions

GroupItem

  • GroupItem(props: IProps & React.HTMLAttributes<HTMLDivElement>): React.ReactElement<IProps>
  • A tsx component for a set of items logically grouped together.

    Parameters

    • props: IProps & React.HTMLAttributes<HTMLDivElement>

    Returns React.ReactElement<IProps>

ProgressBar

  • ProgressBar(props: IProps): JSX.Element
  • A functional tsx component for a progress bar.

    Parameters

    Returns JSX.Element

ProgressCircle

  • ProgressCircle(props: IProps): JSX.Element
  • Parameters

    Returns JSX.Element

TextItem

  • TextItem(props: IProps & React.HTMLAttributes<HTMLSpanElement>): React.ReactElement<IProps>
  • A functional tsx component for a text item.

    Parameters

    • props: IProps & React.HTMLAttributes<HTMLSpanElement>

    Returns React.ReactElement<IProps>

showPopup

  • Create and show a popup component.

    Parameters

    • options: IOptions

      options for the popup

    Returns Popup

    the popup that was created.

Generated using TypeDoc