view.link-group
Puts links into groups.
The most important link in a group can be highlighted with a border: set the theme
property to primary
for this link.
This only groups links, unlike view.group.
Component properties
Name | Type | Description |
---|---|---|
type * | "view.link-group" | Set component type |
label | string | Label above the component. |
hint | string | Hint text. |
links * | array | Array of links that make up a group. |
links[] | object | Link parameters. |
links[].content * | string | Link text that's displayed to the user. Unviewed links are blue and underlined, and clicked links are purple. |
links[].theme | string | Defines the appearance of the link. If you specify |
links[].url * | string | Link address. Inserts a link with the search query when helper. search-query is used. |
validation | condition | Validation based on condition. |
Name | Type | Description |
---|---|---|
type * | "view.link-group" | Set component type |
label | string | Label above the component. |
hint | string | Hint text. |
links * | array | Array of links that make up a group. |
links[] | object | Link parameters. |
links[].content * | string | Link text that's displayed to the user. Unviewed links are blue and underlined, and clicked links are purple. |
links[].theme | string | Defines the appearance of the link. If you specify |
links[].url * | string | Link address. Inserts a link with the search query when helper. search-query is used. |
validation | condition | Validation based on condition. |