ExperimentalMode
Experimental mode is only for those who understand and accept the potential risks, including untested features, unstable functionality and unexpected behavior. You should therefore proceed with caution.
The visibility of the attribute is set to "false".
Schema: tchmi:general#/definitions/Boolean
Attribute getter
public getExperimentalMode(): boolean | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setExperimentalMode(valueNew: boolean | 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 from version 1.12.752 |
