Class Configuration

A simple representation of a configuration state.

Hierarchy

  • Configuration

Constructors

Properties

Changed: String

The id of the last changed property, or null.

ComBase: "XcalibuR" | "IDM" | "SimpleCom"

Commercial base: XcalibuR: XcalibuR commercial data model IDM: commercial data based on one of the IDM standards. SimpleCom: commercial data from SimpleCom pseudo format.

Model: string

The (optional) sub-program aka Model.

Product: string

The article number or product id.

Scope: string

The commercial scope, such as Manufacturer.Program.

SourceId: string

In case of XcalibuR, the source Id Model@@Product.

State: {
    [key: string]: string;
}

The accumulation state in terms of key-value pairs.

Type declaration

  • [key: string]: string

Generated using TypeDoc