Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 4b03d2a7

Přidáno uživatelem Vojtěch Bartička před asi 2 roky(ů)

More comments in backend

Zobrazit rozdíly:

Backend/Models/Annotations/AnnotationInfo.cs
17 17
        public EState State { get; set; }
18 18
        public EDocumentType Type { get; set; }
19 19
        public string Note { get; set; }
20
        /// <summary>
21
        /// List of tags essentially
22
        /// </summary>
20 23
        public List<TagInstanceInfo> TagInstances { get; set; } = new();
24
        /// <summary>
25
        /// CSS for rendering
26
        /// </summary>
21 27
        public List<TagInstanceCSSInfo> CSSInfo { get; set; } = new();
22 28
    }
23 29
}

Také k dispozici: Unified diff