Projekt

Obecné

Profil

« Předchozí | Další » 

Revize f30a7b90

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

Annotation document links

Zobrazit rozdíly:

webapp/api/api.ts
101 101
     * @memberof AnnotationInfo
102 102
     */
103 103
    'tagInstances'?: Array<TagInstanceInfo> | null;
104
    /**
105
     * 
106
     * @type {Array<TagInstanceCSSInfo>}
107
     * @memberof AnnotationInfo
108
     */
109
    'cssInfo'?: Array<TagInstanceCSSInfo> | null;
104 110
}
105 111
/**
106 112
 * 
......
138 144
     * @memberof AnnotationInstanceAddRequest
139 145
     */
140 146
    'instanceId'?: string | null;
147
    /**
148
     * 
149
     * @type {string}
150
     * @memberof AnnotationInstanceAddRequest
151
     */
152
    'selectedText'?: string | null;
141 153
}
142 154
/**
143 155
 * 
......
432 444
     */
433 445
    'documents'?: Array<DocumentAddInfo> | null;
434 446
}
447
/**
448
 * 
449
 * @export
450
 * @interface DocumentAnnotationInfo
451
 */
452
export interface DocumentAnnotationInfo {
453
    /**
454
     * 
455
     * @type {string}
456
     * @memberof DocumentAnnotationInfo
457
     */
458
    'annotationId'?: string;
459
    /**
460
     * 
461
     * @type {string}
462
     * @memberof DocumentAnnotationInfo
463
     */
464
    'userId'?: string;
465
    /**
466
     * 
467
     * @type {string}
468
     * @memberof DocumentAnnotationInfo
469
     */
470
    'userFirstName'?: string | null;
471
    /**
472
     * 
473
     * @type {string}
474
     * @memberof DocumentAnnotationInfo
475
     */
476
    'userSurname'?: string | null;
477
    /**
478
     * 
479
     * @type {string}
480
     * @memberof DocumentAnnotationInfo
481
     */
482
    'username'?: string | null;
483
}
435 484
/**
436 485
 * 
437 486
 * @export
......
468 517
     * @memberof DocumentListInfo
469 518
     */
470 519
    'annotatingUsers'?: Array<DocumentUserInfo> | null;
520
    /**
521
     * 
522
     * @type {boolean}
523
     * @memberof DocumentListInfo
524
     */
525
    'finalizedExists'?: boolean;
526
    /**
527
     * 
528
     * @type {string}
529
     * @memberof DocumentListInfo
530
     */
531
    'finalizedAnnotationId'?: string | null;
532
    /**
533
     * 
534
     * @type {EState}
535
     * @memberof DocumentListInfo
536
     */
537
    'finalizedState'?: EState;
538
    /**
539
     * 
540
     * @type {Array<DocumentAnnotationInfo>}
541
     * @memberof DocumentListInfo
542
     */
543
    'finalAnnotations'?: Array<DocumentAnnotationInfo> | null;
471 544
}
472 545
/**
473 546
 * 
......
988 1061
     */
989 1062
    'subTags'?: Array<SubTagInfo> | null;
990 1063
}
1064
/**
1065
 * 
1066
 * @export
1067
 * @interface TagInstanceCSSInfo
1068
 */
1069
export interface TagInstanceCSSInfo {
1070
    /**
1071
     * 
1072
     * @type {string}
1073
     * @memberof TagInstanceCSSInfo
1074
     */
1075
    'instanceId'?: string;
1076
    /**
1077
     * 
1078
     * @type {string}
1079
     * @memberof TagInstanceCSSInfo
1080
     */
1081
    'color'?: string | null;
1082
    /**
1083
     * 
1084
     * @type {number}
1085
     * @memberof TagInstanceCSSInfo
1086
     */
1087
    'padding'?: number;
1088
}
991 1089
/**
992 1090
 * 
993 1091
 * @export
......
1066 1164
     * @memberof TagInstanceInfo
1067 1165
     */
1068 1166
    'sentiment'?: ETagSentiment;
1167
    /**
1168
     * 
1169
     * @type {string}
1170
     * @memberof TagInstanceInfo
1171
     */
1172
    'selectedText'?: string | null;
1069 1173
}
1070 1174
/**
1071 1175
 * 

Také k dispozici: Unified diff