@jspsych/new-timeline
Version:
CLI tool for creating new jsPsych timelines
52 lines (35 loc) • 857 B
Markdown
# {packageName}
{description}
## Parameters
### Initialization Parameters
Initialization parameters can be set when calling `initJsPsych()`
```js
initJsPsych({
timelines: [
{type: {globalName}, params: {...}}
]
})
```
Parameter | Type | Default Value | Description
----------|------|---------------|------------
| | |
### Trial Parameters
Trial parameters can be set when adding the timeline to a trial object.
```js
var trial = {
type: jsPsych...,
timelines: [
{type: {globalName}, params: {...}}
]
}
```
Parameter | Type | Default Value | Description
----------|------|---------------|------------
| | |
## Data Generated
Name | Type | Value
-----|------|------
| |
## Functions
If the timeline adds any static functions, list them here.
### function()