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

    Type Alias SwitchBoxOptions

    SwitchBoxOptions: Omit<
        blessed.Widgets.BoxOptions,
        "content"
        | "keys"
        | "mouse"
        | "parent"
        | "tags",
    >

    Blessed box options supported by the Switch adapter.