Options
All
  • Public
  • Public/Protected
  • All
Menu

Quickstart

Include the SDK in your web application.

<script type="text/javascript" src="https://developer.idearoominc.com/libs/idearoom/0.1.10/idearoom.umd.production.min.js"></script>

Create a placeholder element for the configurator.

<div id="configurator-placeholder"></div>

Initialize the configurator using your configurator URL to the placeholder element.

const configurator = new idearoom.Configurator('https://demo.carportview.com', 'configurator-placeholder');

Examples

<a href="https://developer.idearoominc.com/examples/idearoom/0.1.10/example.html" target="_blank">Embedded Configurator Example</a>

Troubleshooting/FAQ

Why is the configurator not responding to browser size changes?

Make sure that a <meta> viewport element exists in your page:

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Index

Type aliases

SnackbarCallback

SnackbarCallback: () => void

Method signature of a callback provided to the Snackbar

Type declaration

    • (): void
    • Returns void

Legend

  • Constructor
  • Method
  • Property

Generated using TypeDoc