Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 4bc99591

Přidáno uživatelem Lukáš Vlček před asi 2 roky(ů)

Adding tag/subtag to selected text

Zobrazit rozdíly:

webapp/components/types/tag.tsx
1
import { TagInstanceInfo } from '../../api';
1
import { SubTagInfo, TagInfo, TagInstanceInfo } from '../../api';
2 2

  
3 3
/**
4 4
 * Special tag used in annotation panel.
5 5
 */
6 6
export type Tag = {
7
    name: string;
7
    tagName: string;
8
    subtagName: string | null;
9

  
8 10
    category: string;
9 11
    visible: boolean;
10 12
    occurrences: TagInstanceInfo[];
13

  
14
    tagId: string;
15
    subtagId: string | null;
16
    instanceId: string;
11 17
};

Také k dispozici: Unified diff