Skip to content

Home > @world-wide-lab/integration-jspsych > JsPsychOptions

JsPsychOptions type

Options which will be passed to initJsPsych().

Signature:

typescript
type JsPsychOptions = {
    [key: string]: any;
};