Preparing search index...
The search index is not available
@stack-spot/portal-network
@stack-spot/portal-network
client/types
FixedInputValuesContextResponse
Interface FixedInputValuesContextResponse
interface
FixedInputValuesContextResponse
{
addQuestion
?:
string
;
condition
?:
FixedInputConditionResponse
;
connectionInterfaceType
?:
string
;
default
?:
any
;
externalItems
?:
ExternalItemsResponse
;
help
?:
string
;
input
?:
Omit
<
FixedInputValuesContextResponse
,
"valuesByEnv"
>
;
inputEnv
:
boolean
;
inputs
:
Omit
<
FixedInputValuesContextResponse
,
"valuesByEnv"
>
[]
;
isGlobal
?:
boolean
;
items
?:
string
[]
;
label
:
string
;
name
?:
string
;
pattern
?:
string
;
required
?:
boolean
;
scope
?:
"default"
|
"env"
|
"hidden"
;
type
:
InputType
;
valuesByEnv
:
FixedValueByEnvResponse
[]
;
}
Hierarchy
Omit
<
InputValuesContextResponse
,
"inputs"
|
"input"
|
"type"
|
"default"
|
"condition"
|
"valuesByEnv"
,
>
FixedInputValuesContextResponse
Index
Properties
add
Question?
condition?
connection
Interface
Type?
default?
external
Items?
help?
input?
input
Env
inputs
is
Global?
items?
label
name?
pattern?
required?
scope?
type
values
By
Env
Properties
Optional
add
Question
addQuestion
?:
string
Optional
condition
condition
?:
FixedInputConditionResponse
Optional
connection
Interface
Type
connectionInterfaceType
?:
string
Optional
default
default
?:
any
Optional
external
Items
externalItems
?:
ExternalItemsResponse
Optional
help
help
?:
string
Optional
input
input
?:
Omit
<
FixedInputValuesContextResponse
,
"valuesByEnv"
>
input
Env
inputEnv
:
boolean
inputs
inputs
:
Omit
<
FixedInputValuesContextResponse
,
"valuesByEnv"
>
[]
Optional
is
Global
isGlobal
?:
boolean
Optional
items
items
?:
string
[]
label
label
:
string
Optional
name
name
?:
string
Optional
pattern
pattern
?:
string
Optional
required
required
?:
boolean
Optional
scope
scope
?:
"default"
|
"env"
|
"hidden"
type
type
:
InputType
values
By
Env
valuesByEnv
:
FixedValueByEnvResponse
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add
Question
condition
connection
Interface
Type
default
external
Items
help
input
input
Env
inputs
is
Global
items
label
name
pattern
required
scope
type
values
By
Env
@stack-spot/portal-network
Loading...