Backstage
Docs
Github
Preparing search index...
@backstage/catalog-client
index
QueryLocationsResponse
Interface QueryLocationsResponse
The response type for
CatalogApi.queryLocations
.
interface
QueryLocationsResponse
{
items
:
Location
[]
;
pageInfo
:
{
nextCursor
?:
string
}
;
totalItems
:
number
;
}
Index
Properties
items
page
Info
total
Items
Properties
items
items
:
Location
[]
page
Info
pageInfo
:
{
nextCursor
?:
string
}
total
Items
totalItems
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
items
page
Info
total
Items
Docs
Github
Backstage
Loading...
The response type for CatalogApi.queryLocations.