IAttributeResultObject
[ Interface ]
export interface IAttributeResultObject<T = any> extends TcHmi.IResultObject {
name: string,
value?: T
}
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. | |
name | Name of the attribute. | |
value [ optional ] | T | Value of the attribute. |
Available from version 1.12 |