Tanatloc documentation
Preparing search index...
Components.Account.HPC.Plugin.Dialog
_passwordItem
Function _passwordItem
_passwordItem
(
item
:
{
default
?:
string
|
number
|
boolean
;
label
:
string
;
options
?:
string
[]
;
props
?:
any
;
rules
?:
{
max
?:
number
;
message
?:
string
;
min
?:
number
;
required
?:
boolean
;
}
[]
;
secret
?:
boolean
;
tooltip
?:
string
;
type
:
"password"
|
"input"
|
"select"
|
"textarea"
;
value
?:
string
|
number
|
boolean
;
}
,
key
:
string
,
)
:
ReactElement
Build password item
Parameters
item
:
{
default
?:
string
|
number
|
boolean
;
label
:
string
;
options
?:
string
[]
;
props
?:
any
;
rules
?:
{
max
?:
number
;
message
?:
string
;
min
?:
number
;
required
?:
boolean
;
}
[]
;
secret
?:
boolean
;
tooltip
?:
string
;
type
:
"password"
|
"input"
|
"select"
|
"textarea"
;
value
?:
string
|
number
|
boolean
;
}
Item
key
:
string
Key
Returns
ReactElement
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Tanatloc documentation
Loading...
Build password item