IAttributesResultObject
[ Interface ]
export interface IAttributesResultObject extends TcHmi.IResultObject {
attributes?: Dictionary<any>;
}
Extends TcHmi.IResultObject
Properties
Name | Type | Description |
---|---|---|
error | Cause of the fault | |
details [ optional ] | Optional details about error. Content depends on the function used and the error. | |
attributes [ optional ] | Dictionary<any> | List of attributes. |
Available from version 1.12 |