SourceClass()
SourceClass = (
id:string,specification:SourceSpecification|CanvasSourceSpecification,dispatcher:Dispatcher,eventedParent:Evented) =>Source
Defined in: src/source/source.ts:129
A general definition of a Source class for factory usage
Parameters
| Parameter | Type |
|---|---|
id | string |
specification | SourceSpecification | CanvasSourceSpecification |
dispatcher | Dispatcher |
eventedParent | Evented |