SettingEx.addPassword method
SettingEx › addPassword
Adds a PasswordComponent to the setting.Signature:
addPassword(cb: (password: PasswordComponent) => void): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| cb | (password: PasswordComponent) => void | The callback to call with the component. |
Returns: this — The setting instance.