Skip to content

Commit 86c7008

Browse files
Merge branch 'master' into master
2 parents d2cf903 + 2c61fe8 commit 86c7008

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Working with Tags
3+
description: >
4+
Share design with other users and use control access to manage design access permissions and visibility.
5+
weight: 6
6+
categories: [Designer]
7+
tags: [designs, collaboration, review]
8+
---
9+
10+
## Overview
11+
12+
You can group components using tags. Tags are key-value pairs that help you organize and categorize components within your design. Tags can be used to visually group components. You can also use tags to filter components and view only those that match the tag criteria.
13+
14+
{{< alert title="Related Concept">}}
15+
Kubernetes resources are capable of being assigned Label and Annotation key/value pairs. When pairs of Labels or Annotations match, a relationship is formed and visualized as shown below.
16+
{{< /alert >}}
17+
18+
## Grouping Components with Tags
19+
20+
To group components using tags, follow these steps.
21+
22+
![Tags](./tagsets.gif)
23+
24+
## Labels and Annotations
25+
26+
Designs support two different types of tags: Labels and Annotations. Labels are often used to identify components and are visible on the design canvas. Annotations are often used to provide additional information about components.
27+
28+
<img alt="Labels and Annotations" src="./group-components.png" width="50%" />
29+
30+
{{< alert title="Performance Consideration" type="warning">}}
31+
Tags are indexed and searchable. However, the performance of design operations may degrade as the number of tags increases. To ensure an optimal user experience, we recommend using tags judiciously and limiting the number of tags used in a design.
32+
33+
Upon loading a design exceeds that exceeds 10 tags within a single design, MeshMap will automatically disable grouping by tags. You can manually enable grouping by tags by clicking the "Group Components" button in the Designer dock.
34+
{{< /alert >}}
35+
36+
{{< alert title="Related Concept">}}
37+
{{< /alert >}}
Loading
Loading

0 commit comments

Comments
 (0)