new SchedulePluginBase(scheduler)
Parameters:
Name | Type | Description |
---|---|---|
scheduler |
scheduler |
Members
-
multiple
-
Does this plugin allow for multiple params? It's up to plugins on how this is actually implemented
Methods
-
add(id, data)
-
Add event to watch for
Parameters:
Name Type Description id
number data
Object -
configDesc() → {string}
-
Returns:
string - String description to show on front end event list -
frontEnd()
-
Parameters needed for the front end configuration
-
remove(id)
-
Remove event from watch list
Parameters:
Name Type Description id
number -
setup()
-
Setup plugin for events Called on plugin instantiation and should contain code that configures the plugin for watching events