Illutions Engine API - v0.26.0
    Preparing search index...

    Interface MenuBarCfg

    Defines the menu bar settings used to display licensed UI controls and branding.

    interface MenuBarCfg {
        backgroundColor: ColorRepresentation;
        enable: boolean;
        logo: string;
    }
    Index
    backgroundColor: ColorRepresentation

    Background color of the menu bar.

    '#ffffff29'
    
    enable: boolean

    Enables or disables the menu bar.

    true
    
    logo: string

    Encoded SVG logo used as the menu bar's CSS background image.

    ''