Backstage
Docs
Github
Preparing search index...
@backstage/backend-openapi-utils
index
internal
CookieObject
Interface CookieObject
interface
CookieObject
{
allowEmptyValue
?:
boolean
;
allowReserved
?:
boolean
;
content
?:
ContentObject
;
deprecated
?:
boolean
;
description
?:
string
;
example
?:
any
;
examples
?:
{
[
param
:
string
]:
ReferenceObject
|
ExampleObject
}
;
explode
?:
boolean
;
in
:
"cookie"
;
name
:
string
;
required
?:
boolean
;
schema
?:
ReferenceObject
|
SchemaObject
;
style
?:
"form"
;
[
extensionName
:
`
x-
${
string
}
`
]:
any
;
}
Hierarchy
ParameterObject
CookieObject
Indexable
[
extensionName
:
`
x-
${
string
}
`
]:
any
Index
Properties
allow
Empty
Value?
allow
Reserved?
content?
deprecated?
description?
example?
examples?
explode?
in
name
required?
schema?
style?
Properties
Optional
allow
Empty
Value
allowEmptyValue
?:
boolean
Optional
allow
Reserved
allowReserved
?:
boolean
Optional
content
content
?:
ContentObject
Optional
deprecated
deprecated
?:
boolean
Optional
description
description
?:
string
Optional
example
example
?:
any
Optional
examples
examples
?:
{
[
param
:
string
]:
ReferenceObject
|
ExampleObject
}
Optional
explode
explode
?:
boolean
in
in
:
"cookie"
name
name
:
string
Optional
required
required
?:
boolean
Optional
schema
schema
?:
ReferenceObject
|
SchemaObject
Optional
style
style
?:
"form"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow
Empty
Value
allow
Reserved
content
deprecated
description
example
examples
explode
in
name
required
schema
style
Docs
Github
Backstage
Loading...