Variable: definePreset()
constdefinePreset: (name,components) =>Definer<object> =Definer.definePreset
Static method to create an instance of the preset component's metadata builder class.
Parameters
name
string
the preset name.
components
the components of the preset.
Returns
Definer<object>
the instance of the Definer class.