Member Junction
    Preparing search index...

    The shell's chrome as one resolved set: which header affordances render and how the app switcher and record-opening behave. Instance Config supplies the platform-wide answer (Shell.SearchBar.Enabled and friends); a host's BaseShellChromePolicy may narrow it.

    interface ShellChromeFlags {
        appNav: boolean;
        appSwitcher: boolean;
        appSwitcherStyle: AppSwitcherStyle;
        notifications: boolean;
        recordOpenStyle: RecordOpenStyle;
        searchBar: boolean;
        searchPreview: boolean;
    }
    Index

    Properties

    appNav: boolean
    appSwitcher: boolean
    appSwitcherStyle: AppSwitcherStyle
    notifications: boolean
    recordOpenStyle: RecordOpenStyle
    searchBar: boolean
    searchPreview: boolean