Type Alias CatalogOption

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

Catalog option definition

Type declaration

  • name: string

    Option identifier

  • techniques: string[]

    Available techniques for option

  • type: string

    Type of accepted value

  • values: any[]

    List of available option values.