IReadFromTargetResultObject

[ Interface ]

export interface IReadFromTargetResultObject extends TcHmi.IResultObject {
    value?: Dictionary<TcHmi.Server.RecipeManagement.Recipe>
}

Result of a ReadFromTarget call.

This interface extends TcHmi.IResultObject.

Properties

Name

Type

Description

value [optional]

Dictionary<TcHmi.Server.RecipeManagement.Recipe>

List of the target values. For example, the dictionary key is: 'subFolder::myRecipe'

IReadFromTargetResultObject 1:

Available from version 1.10.1171.142