Home Manual Reference Source

References

summary
private

A dummy data definition encapsulating the piece of data itself, a description, and one or more tags.

public

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

A function to return all basic dummy data that's not an object, i.e. all dummy data tagged basic that does not have either the type or tag object.

public

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

Returns the dummy data matching all of the given tags.

public

Returns the dummy data matching any of the given tags.

public

F refreshDummyData(dataGenerators: function(): Map<string, Map<string, Array>>)

Refresh the dummy data.

public

The exported namespace.