Module: header

Represents the header component for the application.

Source:

Example

<Header />

Methods

(computed) editStyle()

Method editStyle
Source:

(computed) nameForHelp()

Method nameForHelp
Source:

(computed) titleToShow()

Method titleToShow
Source:

(function) data()

Method data
Source:

(method) getRouteParameters()

Retrieves the route parameters and initializes the editingRow object. Admins only.

Source:

(method) saveRow() → {Promise.<void>}

Saves the changes made to route parameters. Admins only.

Source:
Returns:

A promise that resolves when the changes are saved.

Type
Promise.<void>