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
/
AttributeDataType
/
AttributeDataType.d.ts
5 lines
(4 loc)
•
93 B
TypeScript
View Raw
1
2
3
4
5
export
interface
AttributeDataType
{
data
:
string
[][];
orderVector
:
number
[] | []; }