Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UIPage

A class that represents a screen in the application.

Hierarchy

Accessors

dataObject

  • Returns the UIPage's data object if such exists

    example

    in an Activity Details page it will return the activity

    Returns undefined | DataObject

key

  • get key(): string
  • Returns the key of the UIPage

    Returns string

subTitle

  • get subTitle(): string
  • set subTitle(value: string): void
  • The title of the UIPage

    Returns string

  • The title of the UIPage

    Parameters

    • value: string

    Returns void

title

  • get title(): string
  • set title(value: string): void
  • The title of the UIPage

    Returns string

  • The title of the UIPage

    Parameters

    • value: string

    Returns void

type

  • get type(): "Details" | "None" | "Home"
  • Returns the UIPageType of the UIPage

    Returns "Details" | "None" | "Home"

Methods

rebuild

  • rebuild(): Promise<void>
  • Rebuild the UIPage

    Returns Promise<void>

Static Create

Static CreateGenericListPage

Generated using TypeDoc