IEntryResultObject
[ Interface ]
export interface IEntryResultObject extends TcHmi.IResultObject{
key: string;
settings: IEntrySettings
};
This interface extends TcHmi.IResultObject.
Properties
Name | Type | Description |
---|---|---|
error | Error state of the request | |
details [ optional ] | Optional details about Error. Content depends on the function used and the error. | |
key | The key of the Historize entry in the server configuration. The key is the name of a symbol mapping. | |
settings | Historization settings |
Available from version 1.10 |