Button to invoke editing of a path or components settins.
Example
<ComponentSettings :name="name" />
Methods
(function) data()
Method data
(method) cancel()
Method cancel
(method) crud()
Method crud
(method) getSettings()
Retrieves the route parameters and initializes the editingRow object. Admins only.
(method) save()
Method save
(method) saveRow() → {Promise.<void>}
Saves the changes made to route parameters. Admins only.
Returns:
A promise that resolves when the changes are saved.
- Type
- Promise.<void>