STRUCT

# RoomleConfiguration

Contents

  • Properties
    • id
    • created
    • lastAccess
    • parts
    • configuration
    • configurationHash
    • rootComponentID
    • perspectiveImage
    • topImage
    • catalog
    • height
    • width
    • depth
  • Methods
    • init(from:)

Struct describing a RoomleConfiguration object.

# Properties

# id

The ID of the configuration.

# created

Date when the configuration was created.

# lastAccess

Date when the configuration was last accessed.

# parts

The individual parts of the configuration.

# configuration

The actual configuration string.

# configurationHash

The hash of the configuration string.

# rootComponentID

Root component ID of the configuration.

# perspectiveImage

Image URL string of a perspective view of the configured product.

# topImage

Image URL string of a top view of the configured product.

# catalog

Identifier of the Roomle Catalog this configuration is part of.

# height

The height of the configured product in mm.

# width

The width of the configured product in mm.

# depth

The depth of the configured product in mm.

# Methods

# init(from:)