Skip to content

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

ParameterType
idstring
specificationSourceSpecification | CanvasSourceSpecification
dispatcherDispatcher
eventedParentEvented

Returns

Source