ISettings

[ Interface ]

export interface ISettings {
    domain?: string;
};

Global historize settings.

Properties

Name

Type

Description

domain [ optional ]

string

Extension which deals with historizing. 'TcHmiSqliteHistorize' by default

ISettings 1:

Available from version 1.10.970.0