Module: component-settings

Button to invoke editing of a path or components settins.

Source:

Example

<ComponentSettings :name="name" />

Methods

(function) data()

Method data
Source:

(method) cancel()

Method cancel
Source:

(method) crud()

Method crud
Source:

(method) getSettings()

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

Source:

(method) save()

Method save
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>