IOptions: {
    waitForRestore?: boolean;
}

An options object for creating a lab shell object.

Type declaration

  • Optional waitForRestore?: boolean

    Whether the layout should wait to be restored before adding widgets or not.

    Notes

    It defaults to true