IRecipeOptions

[ Interface ]

export interface IRecipeOptions {
    domain: string;
};

Recipe management options

Properties

Name

Type

Description

domain

string

Domain of the recipe management. 'TcHmiRecipeManagement' if not specified

IRecipeOptions 1:

Available from version 1.10.1171.142