blessed-components - v1.20.0
    Preparing search index...

    Type Alias TableBoxOptions

    TableBoxOptions: Omit<blessed.Widgets.BoxOptions, "content" | "parent" | "tags">

    Blessed box options supported by the Table adapter.

    parent, content, and tags are managed by table. Keyboard and mouse input are enabled by default and can still be disabled through keys: false or mouse: false.