GitHub
Preparing search index...
The search index is not available
Documentation
Documentation
@forgerock/davinci-client
index
SingleSelectCollectorNoValue
Interface SingleSelectCollectorNoValue<T>
interface
SingleSelectCollectorNoValue
<
T
extends
SingleValueCollectorTypes
>
{
category
:
"SingleValueCollector"
;
error
:
null
|
string
;
id
:
string
;
input
:
{
key
:
string
;
type
:
string
;
value
:
string
|
number
|
boolean
}
;
name
:
string
;
output
:
{
key
:
string
;
label
:
string
;
options
:
SelectorOption
[]
;
type
:
string
;
}
;
type
:
T
;
}
Type Parameters
T
extends
SingleValueCollectorTypes
Index
Properties
category
error
id
input
name
output
type
Properties
category
category
:
"SingleValueCollector"
error
error
:
null
|
string
id
id
:
string
input
input
:
{
key
:
string
;
type
:
string
;
value
:
string
|
number
|
boolean
}
name
name
:
string
output
output
:
{
key
:
string
;
label
:
string
;
options
:
SelectorOption
[]
;
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...