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.TcHmiRecipeSelect.NameArray
Attribute getter
public getAllowedRecipeTypes(): string[] | null | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setAllowedRecipeTypes(valueNew: string[] | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value. |
![]() | Available since version 1.14.3 |
