UNPKG
gazeplotter
Version:
latest (1.4.1)
1.4.1
1.4.0
1.3.0
Gazeplotter is a Svelte application for visualizing eye-tracking data.
gazeplotter.com
gazeplotter
/
dist
/
type
/
Data
/
InterpretedData
/
ExtendedInterpretedDataType.d.ts
8 lines
(7 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
BaseInterpretedDataType
}
from
'./BaseInterpretedDataType.ts'
;
/** * Used for AOI and category basic information. */
export
interface
ExtendedInterpretedDataType
extends
BaseInterpretedDataType
{
color
:
string
; }