GitHub
Preparing search index...
The search index is not available
Documentation
Documentation
@forgerock/davinci-client
index
ObjectOptionsCollectorWithObjectValue
Interface ObjectOptionsCollectorWithObjectValue<T, V, D>
interface
ObjectOptionsCollectorWithObjectValue
<
T
extends
ObjectValueCollectorTypes
,
V
=
Record
<
string
,
string
>
,
D
=
Record
<
string
,
string
>
,
>
{
category
:
"ObjectValueCollector"
;
error
:
null
|
string
;
id
:
string
;
input
:
{
key
:
string
;
type
:
string
;
validation
:
null
|
ValidationRequired
[]
;
value
:
V
;
}
;
name
:
string
;
output
:
{
key
:
string
;
label
:
string
;
options
:
DeviceOptionWithDefault
[]
;
type
:
string
;
value
?:
null
|
D
;
}
;
type
:
T
;
}
Type Parameters
T
extends
ObjectValueCollectorTypes
V
=
Record
<
string
,
string
>
D
=
Record
<
string
,
string
>
Index
Properties
category
error
id
input
name
output
type
Properties
category
category
:
"ObjectValueCollector"
error
error
:
null
|
string
id
id
:
string
input
input
:
{
key
:
string
;
type
:
string
;
validation
:
null
|
ValidationRequired
[]
;
value
:
V
;
}
name
name
:
string
output
output
:
{
key
:
string
;
label
:
string
;
options
:
DeviceOptionWithDefault
[]
;
type
:
string
;
value
?:
null
|
D
;
}
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...