Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILoginModelProps

Interface to define the props of the username and password

interface

ILoginModelProps

Hierarchy

  • ILoginModelProps

Index

Properties

Properties

Optional icon

icon: IIconProps | TypeComponent

Set a IIconProps or a React-Native component to show a icon for the input

type

{(IIconProps | TypeComponent)}

Optional label

label: undefined | string

Label to show in the input

type

{string}

Optional rules

rules: IInputRules

Define the rules validation for the input

type

{IInputRules}

Optional value

value: any

Set a default value to the input

type

{*}

Generated using TypeDoc