Lines Matching full:readonly
28 readonly timestamp: time;
29 readonly color?: string; // Default: randomColor().
30 readonly text?: string; // Default: ''.
33 readonly id?: string;
37 readonly noteType: 'DEFAULT';
38 readonly id: string;
39 readonly color: string;
40 readonly text: string;
44 readonly start: time;
45 readonly end: time;
46 readonly color?: string; // Default: randomColor().
47 readonly text?: string; // Default: ''.
50 readonly id?: string;
54 readonly noteType: 'SPAN';
55 readonly id: string;
56 readonly color: string;
57 readonly text: string;