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