Type Alias CatalogOption

CatalogOption: {
    name?: string;
    techniques?: string[];
    type?: string;
    values?: any[];
}

Catalog option definition

Type declaration

  • Optionalname?: string

    Option identifier

  • Optionaltechniques?: string[]

    Available techniques for option

  • Optionaltype?: string

    Type of accepted value

  • Optionalvalues?: any[]

    List of available option values.