Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Parameterized<ParameterTypeLiteral>

Interface implemented on components to enforce parameter functionality. {@label STATIC_2.1}

Type Parameters

Hierarchy

  • Parameterized

Implemented by

Index

Properties

Methods

Properties

parameters?: CustomParametersList<ParameterTypeLiteral>

Methods

  • defineParameter(name: string, type: ParameterTypeLiteral, defaultValue?: unknown, description?: string, enumValues?: string[]): Generable | Config

Generated using TypeDoc