forma-embedded-view-sdk
Version:
The Forma Embedded View SDK is a JavaScript library for creating custom extensions in Autodesk Forma Site Design (previously Spacemaker).
17 lines (16 loc) • 550 B
JavaScript
/**
* The `auto` entrypoint automatically creates an instance of
* {@link index.EmbeddedViewSdk | EmbeddedViewSdk} that can be accessed
* using the {@link Forma} export.
*
* This is a convenience entrypoint that can be used unless you need to
* use custom options for the {@link index.EmbeddedViewSdk | EmbeddedViewSdk},
* in which case you need to instantiate it manually.
*
* @packageDocumentation
*/
import { EmbeddedViewSdk } from "./internal/embedded-view.js";
/**
* {@inheritDoc auto}
*/
export const Forma = new EmbeddedViewSdk();