Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPasswordProps

Describes commmon props for components with password input

Hierarchy

Index

Properties

Optional initialPassword

initialPassword: string | undefined

Optional initial value for the password input

onPasswordChanged

onPasswordChanged: function

Occurs when the user inputs password

Type declaration

    • (password: string | undefined): void
    • Parameters

      • password: string | undefined

      Returns void

Optional passwordInputProps

passwordInputProps: ICrossEditorProps | undefined

Optional props for the password input. Typically used to change the label prop. See {@link ICrossEditorProps}