ISettings
[ Interface ]
export interface ISettings {
domain?: string;
};
Global historize settings.
Properties
Name | Type | Description |
---|---|---|
domain [ optional ] | Extension which deals with historizing. |
Available from version 1.10.970.0 |
[ Interface ]
export interface ISettings {
domain?: string;
};
Global historize settings.
Name | Type | Description |
---|---|---|
domain [ optional ] | Extension which deals with historizing. |
Available from version 1.10.970.0 |