Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Page

Hierarchy

  • Page

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Page(__namedParameters?: { onLoad: any; route: any }): Page
  • Parameters

    • Default value __namedParameters: { onLoad: any; route: any } = {}
      • onLoad: any
      • route: any

    Returns Page

Properties

data

data: {}

Type declaration

onLoad

onLoad: (options: any) => any

Type declaration

    • (options: any): any
    • Parameters

      • options: any

      Returns any

route

route: string

Methods

setData

  • setData(data: any): void

Generated using TypeDoc