Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPage

The pages for our SPA

Hierarchy

  • IPage

Index

Properties

disabled

disabled: boolean

Menu disabled state

divider

divider: boolean

Should we display a divider along with the Menu item

el

el: BasePageElement | null

Page element

fn

fn: function | null

Function to call when we are selected

icon

icon: string

Menu icon

insertion

insertion: string | null

Insertion element id

label

label: string

Menu label

obj

obj: PolymerElementConstructor | null

Page element constructor

ready

ready: boolean

Have we been loaded the first time

route

route: string

Insertion point

url

url: string | null

Url to display when we are selected

Generated using TypeDoc