GitHub
Preparing search index...
The search index is not available
Documentation
Documentation
@forgerock/davinci-client
index
ValidatedSingleValueCollectorWithValue
Interface ValidatedSingleValueCollectorWithValue<T>
interface
ValidatedSingleValueCollectorWithValue
<
T
extends
SingleValueCollectorTypes
,
>
{
category
:
"ValidatedSingleValueCollector"
;
error
:
null
|
string
;
id
:
string
;
input
:
{
key
:
string
;
type
:
string
;
validation
:
(
ValidationRequired
|
ValidationRegex
)
[]
;
value
:
string
|
number
|
boolean
;
}
;
name
:
string
;
output
:
{
key
:
string
;
label
:
string
;
type
:
string
;
value
:
string
|
number
|
boolean
;
}
;
type
:
T
;
}
Type Parameters
T
extends
SingleValueCollectorTypes
Index
Properties
category
error
id
input
name
output
type
Properties
category
category
:
"ValidatedSingleValueCollector"
error
error
:
null
|
string
id
id
:
string
input
input
:
{
key
:
string
;
type
:
string
;
validation
:
(
ValidationRequired
|
ValidationRegex
)
[]
;
value
:
string
|
number
|
boolean
;
}
name
name
:
string
output
output
:
{
key
:
string
;
label
:
string
;
type
:
string
;
value
:
string
|
number
|
boolean
;
}
type
type
:
T
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
category
error
id
input
name
output
type
GitHub
Documentation
Loading...