IEntryResultObject

[ Interface ]

export interface IEntryResultObject extends TcHmi.IResultObject{
    key: string;
    settings: IEntrySettings
};

This interface extends TcHmi.IResultObject.

Properties

Name

Type

Description

error

Errors

Error state of the request

details [ optional ]

any

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

key

string

The key of the Historize entry in the server configuration. The key is the name of a symbol mapping.

settings

IEntrySettings

Historization settings

IEntryResultObject 1:

Available from version 1.10