Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Source

Generic and versatile source abstraction

class

Hierarchy

  • Source

Index

Constructors

Accessors

Constructors

constructor

  • new Source(name: string, data: any): Source
  • Parameters

    • name: string

      The name of the source

    • data: any

      The data of the source

    Returns Source

Accessors

data

  • get data(): any
  • Returns the data of the source.

    Returns any

name

  • get name(): string
  • Returns the name of the source.

    Returns string

Generated using TypeDoc