Interface Parameterized<ParameterTypeLiteral> 
Methods
defineParameter
- defineParameter(name: string, type: ParameterTypeLiteral, defaultValue?: unknown, description?: string, enumValues?: string[]): Generable | Config
- Parameters- name: string
- type: ParameterTypeLiteral
- Optional defaultValue: unknown
- Optional description: string
- Optional enumValues: string[]
 - Returns Generable | Config
Interface implemented on components to enforce parameter functionality. {@label STATIC_2.1}