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

    Interface KbdOptions

    Options accepted by the Blessed kbd adapter.

    interface KbdOptions {
        box?: KbdBoxOptions;
        data: KbdData;
        parent: Node;
    }
    Index

    Properties

    Properties

    Optional dimensions, position, style, and standard Blessed box settings.

    data: KbdData

    Shortcut keys, layout policy, theme, and semantic tone.

    parent: Node

    Blessed screen or node receiving the Kbd.