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

    Type Alias PasswordFieldBoxOptions

    PasswordFieldBoxOptions: Omit<
        blessed.Widgets.TextboxOptions,
        "content"
        | "keys"
        | "mouse"
        | "multiline"
        | "parent"
        | "tags"
        | "value",
    >

    Blessed textbox options supported by the PasswordField adapter.