TreeINFO-For-M365 documentation
    Preparing search index...

    This interface defines the properties for the site footer component. It includes options for showing or hiding various elements of the footer, as well as customizing colors and layout. These properties are now supported and can be used in production deployments.

    interface SiteFooter {
        formMaxWidth?: string;
        headerBackgroundColor?: string;
        headerForeColor?: string;
        hideFooter?: boolean;
        navLinksColor?: string;
        pageBackgroundColor?: string;
        showAppBar?: boolean;
        showEditComponents?: boolean;
        showHorizontalNavLinks?: boolean;
    }
    Index

    Properties

    formMaxWidth?: string

    Change default form max width.

    950px
    
    headerBackgroundColor?: string

    Header background color.

    Theme neutralLighter (#444444)

    headerForeColor?: string

    Header text and icon color.

    white
    
    hideFooter?: boolean

    Hide the site footer.

    false
    
    navLinksColor?: string

    Navigation links color.

    headerForeColor / white
    
    pageBackgroundColor?: string

    Page background color.

    Theme neutralLighter (#444444)

    showAppBar?: boolean

    Show the app bar.

    false
    
    showEditComponents?: boolean

    Show the command bar above lists.

    false
    
    showHorizontalNavLinks?: boolean

    Show horizontal navigation links in the top header.

    false