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.
View exampleName | 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 displayed to a Toloker. Unviewed links are blue and underlined, and clicked links are purple. |
links[].theme | string | Defines the appearance of the link. If you specify "theme": "primary" , it's a button, otherwise it's a text link. |
links[].url * | string | Link address. Inserts a link with the search query when helper. search-query is used. |
validation | condition | Validation based on condition. |
Last updated: March 29, 2023