GitHub
Preparing search index...
The search index is not available
Documentation
Documentation
@forgerock/davinci-client
index
AutoCollector
Interface AutoCollector<C, T, IV, OV>
interface
AutoCollector
<
C
extends
AutoCollectorCategories
,
T
extends
AutoCollectorTypes
,
IV
=
string
,
OV
=
Record
<
string
,
unknown
>
,
>
{
category
:
C
;
error
:
null
|
string
;
id
:
string
;
input
:
{
key
:
string
;
type
:
string
;
validation
?:
null
|
ValidationRequired
[]
;
value
:
IV
;
}
;
name
:
string
;
output
:
{
config
:
OV
;
key
:
string
;
type
:
string
}
;
type
:
T
;
}
Type Parameters
C
extends
AutoCollectorCategories
T
extends
AutoCollectorTypes
IV
=
string
OV
=
Record
<
string
,
unknown
>
Index
Properties
category
error
id
input
name
output
type
Properties
category
category
:
C
error
error
:
null
|
string
id
id
:
string
input
input
:
{
key
:
string
;
type
:
string
;
validation
?:
null
|
ValidationRequired
[]
;
value
:
IV
;
}
name
name
:
string
output
output
:
{
config
:
OV
;
key
:
string
;
type
:
string
}
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...