Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • App

Index

Constructors

constructor

Properties

address

address: string

The app uri path

Optional casType

casType?: string

display

display: boolean

Whether the end user should see this app

displayName

displayName: string

The display name of the app

icon

icon: string

isExternal

isExternal: boolean

Whether this is a third-party app

name

name: string

The code name of the app

Optional prefix

prefix?: string

scope

scope: scope[]

session

session: Session

Optional target

target?: "" | "_blank"

Html link target

Methods

fullAddress

  • fullAddress(): string
  • Returns the full address of the app

    Returns string

pin

  • pin(): Promise<void>
  • Adds this app to favorites

    Returns Promise<void>

toJSON

  • Returns this app as a JSON object

    Returns IApp

unpin

  • unpin(): Promise<void>
  • Removes this app from favorites

    Returns Promise<void>

Generated using TypeDoc