Tuner.Route
A navigation row that opens an internal subpage. The id of the route must match the id of the target page. No binding is used.
| Property | Type | Description |
|---|---|---|
title | string | Row title |
subtitle | string | Text under the title |
icon-name | string | Icon shown at the start of the row |
show-arrow | bool | Show the arrow at the end of the row (default true) |
blp
Tuner.Page {
title: _("Keyboard");
Tuner.Group {
Tuner.Route {
title: _("Additional Layout Options");
id: "options";
}
}
Tuner.Page {
title: _("Additional Layout Options");
id: "options";
}
}