Ace API Reference
    Preparing search index...

    Module src/ext/statusbar

    Provides a lightweight status indicator that displays real-time information about the editor state including cursor position, selection details, recording status, and keyboard binding information. The status bar automatically updates on editor events and renders as an inline element that can be embedded in any parent container.

    Usage:

    var StatusBar = require("ace/ext/statusbar").StatusBar;
    var statusBar = new StatusBar(editor, parentElement);

    Classes

    StatusBar

    Type Aliases

    Editor