IAttributeResultObject

[ Interface ]

export interface IAttributeResultObject<T = any> extends TcHmi.IResultObject {
    name: string,
    value?: T
}

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.

name

string

Name of the attribute.

value [ optional ]

T

Value of the attribute.

IAttributeResultObject 1:

Available from version 1.12