A concealed string option.

interface PasswordOption {
    description?: LocalizableString;
    identifier: string;
    label?: LocalizableString;
}

Hierarchy (view full)

Properties

description?: LocalizableString

An optional longer explanantion of this option, to be shown in the UI.

identifier: string

An identifying string for this option.

A short label for this option.