IRecipeListResultObject
[ Interface ]
export interface IRecipeListResultObject extends TcHmi.IResultObject {
value?: TcHmi.Server.RecipeManagement.FolderRecipe;
}
Result of a listRecipe call.
This interface extends TcHmi.IResultObject.
Properties
Name | Type | Description |
---|---|---|
value [optional] | List of recipes registered in the server. |
Available from version 1.10.1171.142 |