Skip to content

SettingEx.addPassword method

SettingEx › addPassword

Adds a PasswordComponent to the setting.

Signature:

addPassword(cb: (password: PasswordComponent) => void): this

Parameters:

ParameterTypeDescription
cb(password: PasswordComponent) => voidThe callback to call with the component.

Returns: thisThe setting instance.