Recipe
[ Interface ]
export interface Recipe {
recipeTypeName: string;
values: TcHmi.Dicrionary<any>;
}
Properties
Name | Type | Description |
|---|---|---|
recipeTypeName | Color of the area | |
values | Start of the area |
[ Interface ]
export interface Recipe {
recipeTypeName: string;
values: TcHmi.Dicrionary<any>;
}Name | Type | Description |
|---|---|---|
recipeTypeName | Color of the area | |
values | Start of the area |