References
| summary | ||
| private | A dummy data definition encapsulating the piece of data itself, a description, and one or more tags. | |
| public | F dummyBasicData(): DummyData[] A function to return all basic dummy data, i.e. | |
| public | F dummyBasicDataExcept(excludeTypes: ...string): DummyData[] A function to return all basic dummy data except those for zero or more given types. | |
| public | F dummyBasicPrimitives(): DummyData[] A function to return all basic dummy data that's not an object, i.e. all
dummy data tagged  | |
| public | F dummyBasicPrimitivesExcept(excludeTypes: ...string): DummyData[] A function to return all basic dummy primitives except those for zero or more given types. | |
| public | Returns a single piece of dummy data, or, all the dummy data for a given type, or all the dummy data. | |
| public | F dummyDataByType(typeList: ...string): DummyData[] Returns the dummy data of one or more types. | |
| public | F dummyDataExcept(excludeTypes: string[], excludeTags: string[], excludeDefinitions: string[]): DummyData[] A function to return all dummy data except those for the given types and those matching the given tags tags. | |
| public | F dummyDataWithAllTags(tagList: ...string): DummyData[] Returns the dummy data matching all of the given tags. | |
| public | F dummyDataWithAnyTag(tagList: ...string): DummyData[] Returns the dummy data matching any of the given tags. | |
| public | Refresh the dummy data. | |
| public | The exported namespace. | |
 
    
  