Documentation
    Preparing search index...

    Represents the bottom-bar UI.

    Hierarchy

    • UI
      • BottomBar
    Index

    Constructors

    Properties

    activePrompt: PromptBase

    Gets or sets the currently active prompt.

    log: ThroughStream

    Gets or sets a stream to write logs to.

    rl: Interface

    Gets or sets an object for performing read from and write to the console.

    Methods

    • Cleans the bottom bar.

      Returns this

    • Releases all unmanaged resources.

      Returns void

    • Fixes the new-line characters of the specified text.

      Parameters

      • text: string

        The text to process.

      Returns string

    • Handles a forced exit of the application.

      Returns void

    • Renders the bottom bar.

      Returns this

    • Renders the specified text to the bottom bar.

      Parameters

      • text: string

        The text to print to the bottom bar.

      Returns this

    • Writes a message to the bottom bar.

      Parameters

      • message: string

        The message to write.

      Returns void

    • Writes the specified data to the log-zone.

      Parameters

      • data: any

        The data to write to the log-zone.

      Returns this