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

    Interface RadioGroupOptions<TItem>

    Options accepted by the Blessed radioGroup adapter.

    interface RadioGroupOptions<TItem extends RadioGroupItem = RadioGroupItem> {
        box?: RadioGroupBoxOptions;
        data: RadioGroupData<TItem>;
        parent: Node;
    }

    Type Parameters

    Index

    Properties

    Properties

    Position, dimensions, style, and standard Blessed box settings.

    Options, controlled or uncontrolled value, and listeners.

    parent: Node

    Blessed screen or node receiving the created box.