cel-tui
    Preparing search index...

    Interface TextInputNode

    An editable text container node in the UI tree.

    Created by the TextInput function. Accepts container sizing props but has no children — its content is the value prop.

    interface TextInputNode {
        props: TextInputProps;
        type: "textinput";
    }
    Index

    Properties

    Properties

    TextInput configuration and styling props.

    type: "textinput"