@@ -171,6 +171,8 @@ Here's the list of attributes available for all ONELAB parameters:
* `GmshOption "string"`: Treats the parameter as the name of a Gmsh option (e.g. `Mesh.Algorithm`). Can also be used to force a database reset (with `ResetDatabase`), or a full model reset (with `Reset`).
* `ServerAction "string"`: Performs the ONELAB server action `string` when the parameter is changed. Currently supported actions are `ResetDatabase` (to force a database reset) and `Reset` (to force a full model reset).
* `Label "string"`: Alternative label used in the graphical user interface, replacing the part of `Name` located after the last `/`.
* `Units "string"`: Appends the given string after the variable name between square brackets.