Member Junction
    Preparing search index...

    Options for GoldenLayoutManager.Initialize.

    interface GoldenLayoutInitOptions {
        HideHeaders?: boolean;
    }
    Index

    Properties

    Properties

    HideHeaders?: boolean

    Render the layout with NO tab headers (Golden Layout header.show: false). Used by the mobile records surface, which replaces the strip with its own record bar. Header visibility is fixed at init/load time — changing it requires Destroy() + Initialize() (the mobile breakpoint-crossing rebuild does exactly that).