IGetRecipeResultObject
[ Interface ]
export interface IGetRecipeResultObject extends TcHmi.IResultObject {
value?: TcHmi.Server.RecipeManagement.Recipe;
}
Result of a getRecipe call.
This interface extends TcHmi.IResultObject.
Properties
Name | Type | Description |
---|---|---|
value [optional] | Definition of the recipe. |
Available from version 1.10.1171.142 |