DummyData
A dummy data definition encapsulating the piece of data itself, a description, and one or more tags.
Constructor Summary
| Public Constructor | ||
| public | constructor(desc: string, tags: string[], val: *, type: string, tagPath: string) | |
Member Summary
| Public Members | ||
| public get | description: * | |
| public get |  | |
| public get |  | |
| public get |  | |
| public get | value: * | |
| Private Members | ||
| private | _description: * | |
| private | _tagLookup: {} | |
| private | _tagPath: * | |
| private |  | |
| private | _type: * | |
| private | _value: * | |
 
    
  