Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GlobalLocals

Hierarchy

Indexable

[key: string]: any

Index

Properties

editComment

editComment: Model<any>

The model of the currently edited comment. Available everywhere.

featuredEvent

featuredEvent: Model<any>

The model of the currently featured event. Available everywhere.

pageTitle

pageTitle: string

The title to set on the current page. Available and settable everywhere.

path

path: string

Current local path. Available everywhere.

Optional unreadNotifications

unreadNotifications: number

The number of unread notifications for the current logged in user (undefined if logged out). Available everywhere.

Optional user

user: Model<any>

Current logged in user (undefined if logged out). Available everywhere.

Generated using TypeDoc