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

    Interface PasswordFieldOptions

    Options accepted by the Blessed passwordField adapter.

    interface PasswordFieldOptions {
        box?: PasswordFieldBoxOptions;
        data: PasswordFieldData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    Label, value, reveal, placeholder, hint, error, and callbacks.

    parent: Node

    Blessed screen or node receiving the created textbox.