Databricks SDK for JavaScript
Preparing search index...
@databricks/sdk-apps
v1
ListSpacesResponse
Interface ListSpacesResponse
interface
ListSpacesResponse
{
nextPageToken
?:
string
;
spaces
?:
Space
[]
;
}
Index
Properties
next
Page
Token?
spaces?
Properties
Optional
next
Page
Token
nextPageToken
?:
string
Pagination token to request the next page of app spaces.
Optional
spaces
spaces
?:
Space
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
next
Page
Token
spaces
Databricks SDK for JavaScript
Loading...
Pagination token to request the next page of app spaces.