Hierarchy

  • ActivityHost

Properties

container: HTMLElement

HTML container element for the activity.

eventTitleChanged: ListenableEvent<string, ActivityHost>

Event which will be triggered if the user edited the title.

title: string

Sets/gets the current title. Setting the title does not trigger eventTitleChanged.

titleEditable: boolean

If true the user may edit the title. (default: false)

Methods

  • Stops and disposes the activity.

    Parameters

    • pCancelable: boolean

      If true the stop of the activity may be canceled.

    Returns void

Generated using TypeDoc