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
/
Filling
/
ScarfFilling
/
StimulusScarfFilling
/
StimulusScarfFillingType.d.ts
10 lines
(9 loc)
•
255 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * Object representing a single stimulus in the scarf plot selection box of stimuli. *
@param
id
- ID of the stimulus *
@param
name
- displayed name of the stimulus */
export
interface
StimulusScarfFillingType
{
id
:
number
;
name
:
string
; }