Type Alias SourceClass
SourceClass: new (
id: string,
specification: CanvasSourceSpecification | SourceSpecification,
dispatcher: Dispatcher,
eventedParent: Evented,
) => Source
id: string,
specification: CanvasSourceSpecification | SourceSpecification,
dispatcher: Dispatcher,
eventedParent: Evented,
) => Source
Type Declaration
- new (
id: string,
specification: CanvasSourceSpecification | SourceSpecification,
dispatcher: Dispatcher,
eventedParent: Evented,
): Source Parameters
- id: string
- specification: CanvasSourceSpecification | SourceSpecification
- dispatcher: Dispatcher
- eventedParent: Evented
Returns Source
- new (
Was this helpful?
A general definition of a Source class for factory usage