The main menu settings.

Accessors

  • get showDeprecatedButtons(): boolean

    Whether to show the buttons marked as deprecated on the main menu.

    Dynamic Property ID: andexdbSettings:ui.menus.mainMenu.showDeprecatedButtons

    Returns boolean

    false
    
  • set showDeprecatedButtons(show: boolean): void

    Parameters

    • show: boolean

    Returns void

  • get showExperimentalButtons(): boolean

    Whether to show the buttons marked as deprecated on the main menu.

    Dynamic Property ID: andexdbSettings:ui.menus.mainMenu.showExperimentalButtons

    Returns boolean

    true
    
  • set showExperimentalButtons(show: boolean): void

    Parameters

    • show: boolean

    Returns void

  • get showNonFunctionalButtons(): boolean

    Whether to show the buttons for features that are non-functional on the main menu.

    Dynamic Property ID: andexdbSettings:ui.menus.mainMenu.showNonFunctionalButtons

    Returns boolean

    false
    
  • set showNonFunctionalButtons(show: boolean): void

    Parameters

    • show: boolean

    Returns void

  • get showUnusedButtons(): boolean

    Whether to show the buttons marked as deprecated on the main menu.

    Dynamic Property ID: andexdbSettings:ui.menus.mainMenu.showUnusedButtons

    Returns boolean

    false
    
  • set showUnusedButtons(show: boolean): void

    Parameters

    • show: boolean

    Returns void

  • get showUpcomingButtons(): boolean

    Whether to show the buttons for features that are planned to be added in a future update on the main menu.

    Dynamic Property ID: andexdbSettings:ui.menus.mainMenu.showUpcomingButtons

    Returns boolean

    false
    
  • set showUpcomingButtons(show: boolean): void

    Parameters

    • show: boolean

    Returns void