Add group annotations to Attribute

This commit is contained in:
Joseph Garrone
2024-07-13 08:00:16 +02:00
parent b577cd9829
commit 9dca515a42
2 changed files with 3 additions and 1 deletions

View File

@ -591,6 +591,7 @@ export type Attribute = {
value?: string;
values?: string[];
group?: {
annotations: Record<string, string>;
html5DataAnnotations: Record<string, string>;
displayHeader?: string;
name: string;