AllowedRecipeTypes

Defines which recipe types are permitted. Recipes based on other types are hidden. If this option is not set or is set to an empty array, recipes of all types are displayed.

Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiRecipeEdit.NameArray

Attribute getter

public getAllowedRecipeTypes(): string[] | null | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

string[], null, undefined

The current value of the attribute.

Attribute setter

public setAllowedRecipeTypes(valueNew: string[] | null): void;

Parameter

Name

Type

Description

valueNew

string[], null

The new value of the attribute. If null is passed, the internal default value is used.

Return value

Type

Description

void

No return value.

AllowedRecipeTypes 1:

Available since version 1.14.3