Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IPageOptions

Index

Properties

Optional cancelToken

cancelToken: CancelToken

If you want to cancel the window/frame, you can remove the window by calling cancel on given CancelToken

Optional clearHistory

clearHistory: boolean

If set to true, it will clear the history of the frame

Optional frameLess

frameLess: boolean

In mobile application, this will not add chrome/navigation headers on the page

Optional onInit

onInit: function

Initializer that will be invoked when page/popup/window is created

Type declaration

    • (view: any): void
    • Parameters

      • view: any

      Returns void

Optional target

target: string

target is name of a Frame or AtomTabbedPage component where this window/frame should be loaded.

Generated using TypeDoc