@intelligentgraphics/openconfiguration.host
    Preparing search index...

    Interface ConfigurationUpdate

    interface ConfigurationUpdate {
        currency?: string;
        items: TItems;
        loading: boolean;
        totalPrice?: number;
        totals: IBomTotal[];
    }
    Index

    Properties

    currency?: string

    ISO 4217 currency code.

    items: TItems
    loading: boolean

    Defines wether the configuration items and totals are currently updating.

    totalPrice?: number

    Total price of the configuration.

    totals: IBomTotal[]