PresetObjectGenerator
Presetter Types API / PresetObjectGenerator
Type Alias: PresetObjectGenerator<T>
PresetObjectGenerator<
T> = (context) =>T
Defined in: object.ts:15
generator function for generating an object in a preset with the resolved variables and package information as input
Type Parameters
T
T
Parameters
context
the current context of the preset generation
Returns
T
the object to be included in the preset