IAttributesResultObject

[ Interface ]

export interface IAttributesResultObject extends TcHmi.IResultObject {
    attributes?: Dictionary<any>;
}

Extends TcHmi.IResultObject

Properties

Name

Type

Description

error

Errors

Cause of the fault

details [ optional ]

IErrorDetails

Optional details about error. Content depends on the function used and the error.

attributes [ optional ]

Dictionary<any>

List of attributes.

IAttributesResultObject 1:

Available from version 1.12