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

    Type Alias ListBoxOptions

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

    Blessed box options supported by the List adapter.

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