Recipe

[ Interface ]

export interface Recipe {
    recipeTypeName: string;
    values: TcHmi.Dicrionary<any>;
}


Properties

Name

Type

Description

recipeTypeName

string

Color of the area

values

TcHmi.Dictionary<any>

Start of the area