{ GlobalActionsListPath:"data/actions/", GlobalActionsList:// This is a JSON array of Actions for this book [ { TriggerType: 'PageLabel', // Timer, Open, PageFlipCount, PageLabel,Search TriggerArgs: ['^11$'], // [Time for intial display, Time for display interval] TriggerLanguage: '*', // *, enu, frc, or other supported 3 character lang codes TriggerPlatform: '*', // *, desktop, tablet or mobile TriggerCount: '1', // This is a count of how many times this Trigger is fired before it is disabled. A value of '*' may be used for unlimited. Action: { WidgetType: 'eNotify', Data: [ { } ] } } ], BookActionsListPath:"data/20210901/", BookActionsList:[] }