Type alias InitLayoutOptions

InitLayoutOptions: {
    containerId?: string;
}

Type declaration

  • Optional containerId?: string

    The id attribute of the container where the window's Layout should be initialized. If not provided then an element with id layout-container is used. We recommend using a div element.

Generated using TypeDoc