Ravak Configurator
    Preparing search index...

    Class Configurator

    Index

    Properties

    identifier: string

    Configurator identifier

    COLOR_CODE_MISSING: "#f0f"

    HTML color code used to indicate missing color

    Accessors

    • get countries(): { code: string; name: string }[]

      List of available countries

      Returns { code: string; name: string }[]

    • get currency(): null | string

      Currency used for prices

      Returns null | string

    • get dataProcessingAgreementUrl(): null | string

      URL of data-processing agreement

      Returns null | string

    • get defaultCountryCode(): null | string

      Default country code

      Returns null | string

    • get extraData(): Record<string, unknown>

      Miscellaneous extra data for the configurator

      Returns Record<string, unknown>

    • get fileName(): string

      File-suitable name for the configurator's output

      Returns string

    • get language(): string

      Language of the configurator

      Returns string

    • get name(): string

      Human-readable name of the configurator

      Returns string

    • get parameters(): Parameter[]

      All available parameters of the configurator

      Returns Parameter[]

    • get preferPricesWithoutVat(): boolean

      Whether prices without VAT should be preferred over prices with VAT

      Returns boolean

    • get preferredPriceKey(): "with_vat" | "without_vat"

      Preferred key of PriceAPIModel based on preferPricesWithoutVat

      Returns "with_vat" | "without_vat"

    • get viewerSceneUrl(): ComputedRef<null | string>

      Returns ComputedRef<null | string>

    Methods

    • Get color by its identifier

      Parameters

      • identifier: string

      Returns ColorAPIModel

      When color is not found

    • Get HTML color code by color's identifier

      Returns COLOR_CODE_MISSING when color is not found

      Parameters

      • Optionalidentifier: null | string

      Returns Color