Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Indexable

[key: string]: any

Index

Properties

dashboardAdminMode

dashboardAdminMode: boolean

Whether the dashboard is being viewed as a mod/admin (browsing someone else than themselves).

dashboardUser

dashboardUser: Model<any>

The model of the currently edited user. Usually identical to user, but moderators and admins can edit other users than themselves.

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