@minecraft/debug-utilities
    Preparing search index...

    Class DiagnosticsTabBeta

    Represents a tab that is displayed in the live diagnostics panel of the debugger. It can contain various data including 'DiagnosticsViews' which are used to display live stats data in the form of graphs or tables.

    Index

    Properties

    tabName: string

    The name of the tab. This determines the name shown in the live diagnostics section of the Minecraft VS Code debugger extension list.

    The list of views currently associated and displayed in this tab.

    Methods

    • Beta

      Parameters

      Returns void

      Registers an existing diagnostics view under the given tab for display in the live diagnostics.

    • Beta

      Parameters

      Returns boolean

      Returns whether the given view is currently registered and used by this tab.

    • Beta

      Parameters

      Returns void

      Removes a diagnostics view from this tab. It will no longer be rendered.