Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FitEngineToDiv

Interface specifies that Engine should not think about its own size and simply fit itself into an existing element on the document, which should be created by user.

Index

Properties

Properties

Optional Readonly container

container : HTMLDivElement | string

The DOM Element or its ID that will contain Engine. If there is no such element found, an uncatchable error will be thrown. If nothing was provided, a new DOM Element will be created by the Engine.