PositionInitial: {
    browserCentered: InitialSystem;
    Centered: InitialSystemConstructor;
}

Provides the default System.Initial.InitialSystem implementations available.

Type declaration

  • browserCentered: InitialSystem

    A locked instance of the Centered initial helper suitable for displaying elements in the browser window.

  • Centered: InitialSystemConstructor

    The Centered class constructor to instantiate a new instance.