@databricks/appkit 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. package/dist/appkit/package.js +1 -1
  2. package/dist/cli/commands/docs.js +1 -1
  3. package/dist/cli/commands/docs.js.map +1 -1
  4. package/dist/cli/commands/generate-types.js +5 -0
  5. package/dist/cli/commands/generate-types.js.map +1 -1
  6. package/dist/cli/commands/lint.js.map +1 -1
  7. package/dist/cli/commands/setup.js.map +1 -1
  8. package/dist/cli/index.js +3 -3
  9. package/dist/cli/index.js.map +1 -1
  10. package/dist/context/execution-context.js.map +1 -1
  11. package/dist/context/index.js +1 -1
  12. package/dist/context/index.js.map +1 -1
  13. package/dist/index.d.ts +5 -5
  14. package/dist/index.js +6 -6
  15. package/dist/index.js.map +1 -1
  16. package/dist/plugin/dev-reader.js +1 -1
  17. package/dist/plugin/dev-reader.js.map +1 -1
  18. package/dist/plugin/plugin.d.ts +2 -2
  19. package/dist/plugin/plugin.js +1 -1
  20. package/dist/{analytics → plugins/analytics}/analytics.d.ts +4 -4
  21. package/dist/plugins/analytics/analytics.d.ts.map +1 -0
  22. package/dist/{analytics → plugins/analytics}/analytics.js +9 -9
  23. package/dist/plugins/analytics/analytics.js.map +1 -0
  24. package/dist/{analytics → plugins/analytics}/defaults.js +1 -1
  25. package/dist/plugins/analytics/defaults.js.map +1 -0
  26. package/dist/{analytics → plugins/analytics}/query.js +6 -6
  27. package/dist/plugins/analytics/query.js.map +1 -0
  28. package/dist/plugins/analytics/types.d.ts +9 -0
  29. package/dist/plugins/analytics/types.d.ts.map +1 -0
  30. package/dist/plugins/index.js +5 -0
  31. package/dist/{server → plugins/server}/base-server.js +1 -1
  32. package/dist/plugins/server/base-server.js.map +1 -0
  33. package/dist/{server → plugins/server}/index.d.ts +3 -3
  34. package/dist/plugins/server/index.d.ts.map +1 -0
  35. package/dist/{server → plugins/server}/index.js +10 -10
  36. package/dist/plugins/server/index.js.map +1 -0
  37. package/dist/{server → plugins/server}/remote-tunnel/gate.js +1 -1
  38. package/dist/plugins/server/remote-tunnel/gate.js.map +1 -0
  39. package/dist/{server → plugins/server}/remote-tunnel/remote-tunnel-controller.js +2 -2
  40. package/dist/plugins/server/remote-tunnel/remote-tunnel-controller.js.map +1 -0
  41. package/dist/{server → plugins/server}/remote-tunnel/remote-tunnel-manager.js +2 -2
  42. package/dist/plugins/server/remote-tunnel/remote-tunnel-manager.js.map +1 -0
  43. package/dist/{server → plugins/server}/static-server.js +1 -1
  44. package/dist/plugins/server/static-server.js.map +1 -0
  45. package/dist/{server → plugins/server}/types.d.ts +3 -3
  46. package/dist/plugins/server/types.d.ts.map +1 -0
  47. package/dist/{server → plugins/server}/utils.js +1 -1
  48. package/dist/plugins/server/utils.js.map +1 -0
  49. package/dist/{server → plugins/server}/vite-dev-server.js +6 -6
  50. package/dist/plugins/server/vite-dev-server.js.map +1 -0
  51. package/dist/telemetry/telemetry-provider.js.map +1 -1
  52. package/docs/docs/api/appkit/Class.AppKitError/index.html +3 -3
  53. package/docs/docs/api/appkit/Class.AuthenticationError/index.html +3 -3
  54. package/docs/docs/api/appkit/Class.ConfigurationError/index.html +3 -3
  55. package/docs/docs/api/appkit/Class.ConnectionError/index.html +3 -3
  56. package/docs/docs/api/appkit/Class.ExecutionError/index.html +3 -3
  57. package/docs/docs/api/appkit/Class.InitializationError/index.html +3 -3
  58. package/docs/docs/api/appkit/Class.Plugin/index.html +3 -3
  59. package/docs/docs/api/appkit/Class.ServerError/index.html +3 -3
  60. package/docs/docs/api/appkit/Class.TunnelError/index.html +3 -3
  61. package/docs/docs/api/appkit/Class.ValidationError/index.html +3 -3
  62. package/docs/docs/api/appkit/Function.appKitTypesPlugin/index.html +3 -3
  63. package/docs/docs/api/appkit/Function.createApp/index.html +3 -3
  64. package/docs/docs/api/appkit/Function.getExecutionContext/index.html +3 -3
  65. package/docs/docs/api/appkit/Function.isSQLTypeMarker/index.html +3 -3
  66. package/docs/docs/api/appkit/Interface.BasePluginConfig/index.html +3 -3
  67. package/docs/docs/api/appkit/Interface.CacheConfig/index.html +3 -3
  68. package/docs/docs/api/appkit/Interface.ITelemetry/index.html +3 -3
  69. package/docs/docs/api/appkit/Interface.StreamExecutionSettings/index.html +3 -3
  70. package/docs/docs/api/appkit/Interface.TelemetryConfig/index.html +3 -3
  71. package/docs/docs/api/appkit/TypeAlias.IAppRouter/index.html +3 -3
  72. package/docs/docs/api/appkit/Variable.sql/index.html +3 -3
  73. package/docs/docs/api/appkit/index.html +3 -3
  74. package/docs/docs/api/appkit-ui/data/AreaChart/index.html +3 -3
  75. package/docs/docs/api/appkit-ui/data/BarChart/index.html +3 -3
  76. package/docs/docs/api/appkit-ui/data/DataTable/index.html +3 -3
  77. package/docs/docs/api/appkit-ui/data/DonutChart/index.html +3 -3
  78. package/docs/docs/api/appkit-ui/data/HeatmapChart/index.html +3 -3
  79. package/docs/docs/api/appkit-ui/data/LineChart/index.html +3 -3
  80. package/docs/docs/api/appkit-ui/data/PieChart/index.html +3 -3
  81. package/docs/docs/api/appkit-ui/data/RadarChart/index.html +3 -3
  82. package/docs/docs/api/appkit-ui/data/ScatterChart/index.html +3 -3
  83. package/docs/docs/api/appkit-ui/index.html +3 -3
  84. package/docs/docs/api/appkit-ui/styling/index.html +3 -3
  85. package/docs/docs/api/appkit-ui/ui/Accordion/index.html +3 -3
  86. package/docs/docs/api/appkit-ui/ui/Alert/index.html +3 -3
  87. package/docs/docs/api/appkit-ui/ui/AlertDialog/index.html +3 -3
  88. package/docs/docs/api/appkit-ui/ui/AspectRatio/index.html +3 -3
  89. package/docs/docs/api/appkit-ui/ui/Avatar/index.html +3 -3
  90. package/docs/docs/api/appkit-ui/ui/Badge/index.html +3 -3
  91. package/docs/docs/api/appkit-ui/ui/Breadcrumb/index.html +3 -3
  92. package/docs/docs/api/appkit-ui/ui/Button/index.html +3 -3
  93. package/docs/docs/api/appkit-ui/ui/ButtonGroup/index.html +3 -3
  94. package/docs/docs/api/appkit-ui/ui/Calendar/index.html +3 -3
  95. package/docs/docs/api/appkit-ui/ui/Card/index.html +3 -3
  96. package/docs/docs/api/appkit-ui/ui/Carousel/index.html +3 -3
  97. package/docs/docs/api/appkit-ui/ui/ChartContainer/index.html +3 -3
  98. package/docs/docs/api/appkit-ui/ui/Checkbox/index.html +3 -3
  99. package/docs/docs/api/appkit-ui/ui/Collapsible/index.html +3 -3
  100. package/docs/docs/api/appkit-ui/ui/Command/index.html +3 -3
  101. package/docs/docs/api/appkit-ui/ui/ContextMenu/index.html +3 -3
  102. package/docs/docs/api/appkit-ui/ui/Dialog/index.html +3 -3
  103. package/docs/docs/api/appkit-ui/ui/Drawer/index.html +3 -3
  104. package/docs/docs/api/appkit-ui/ui/DropdownMenu/index.html +3 -3
  105. package/docs/docs/api/appkit-ui/ui/Empty/index.html +3 -3
  106. package/docs/docs/api/appkit-ui/ui/Field/index.html +3 -3
  107. package/docs/docs/api/appkit-ui/ui/FormControl/index.html +3 -3
  108. package/docs/docs/api/appkit-ui/ui/HoverCard/index.html +3 -3
  109. package/docs/docs/api/appkit-ui/ui/Input/index.html +3 -3
  110. package/docs/docs/api/appkit-ui/ui/InputGroup/index.html +3 -3
  111. package/docs/docs/api/appkit-ui/ui/InputOTP/index.html +3 -3
  112. package/docs/docs/api/appkit-ui/ui/Item/index.html +3 -3
  113. package/docs/docs/api/appkit-ui/ui/Kbd/index.html +3 -3
  114. package/docs/docs/api/appkit-ui/ui/Label/index.html +3 -3
  115. package/docs/docs/api/appkit-ui/ui/Menubar/index.html +3 -3
  116. package/docs/docs/api/appkit-ui/ui/NavigationMenu/index.html +3 -3
  117. package/docs/docs/api/appkit-ui/ui/Pagination/index.html +3 -3
  118. package/docs/docs/api/appkit-ui/ui/Popover/index.html +3 -3
  119. package/docs/docs/api/appkit-ui/ui/Progress/index.html +3 -3
  120. package/docs/docs/api/appkit-ui/ui/RadioGroup/index.html +3 -3
  121. package/docs/docs/api/appkit-ui/ui/ResizableHandle/index.html +3 -3
  122. package/docs/docs/api/appkit-ui/ui/ScrollArea/index.html +3 -3
  123. package/docs/docs/api/appkit-ui/ui/Select/index.html +3 -3
  124. package/docs/docs/api/appkit-ui/ui/Separator/index.html +3 -3
  125. package/docs/docs/api/appkit-ui/ui/Sheet/index.html +3 -3
  126. package/docs/docs/api/appkit-ui/ui/Sidebar/index.html +3 -3
  127. package/docs/docs/api/appkit-ui/ui/Skeleton/index.html +3 -3
  128. package/docs/docs/api/appkit-ui/ui/Slider/index.html +3 -3
  129. package/docs/docs/api/appkit-ui/ui/Spinner/index.html +3 -3
  130. package/docs/docs/api/appkit-ui/ui/Switch/index.html +3 -3
  131. package/docs/docs/api/appkit-ui/ui/Table/index.html +3 -3
  132. package/docs/docs/api/appkit-ui/ui/Tabs/index.html +3 -3
  133. package/docs/docs/api/appkit-ui/ui/Textarea/index.html +3 -3
  134. package/docs/docs/api/appkit-ui/ui/Toaster/index.html +3 -3
  135. package/docs/docs/api/appkit-ui/ui/Toggle/index.html +3 -3
  136. package/docs/docs/api/appkit-ui/ui/ToggleGroup/index.html +3 -3
  137. package/docs/docs/api/appkit-ui/ui/Tooltip/index.html +3 -3
  138. package/docs/docs/api/index.html +3 -3
  139. package/docs/docs/app-management/index.html +3 -3
  140. package/docs/docs/architecture/index.html +3 -3
  141. package/docs/docs/category/development/index.html +3 -3
  142. package/docs/docs/configuration/index.html +3 -3
  143. package/docs/docs/core-principles/index.html +3 -3
  144. package/docs/docs/development/index.html +3 -3
  145. package/docs/docs/development/llm-guide/index.html +3 -3
  146. package/docs/docs/development/local-development/index.html +3 -3
  147. package/docs/docs/development/project-setup/index.html +3 -3
  148. package/docs/docs/development/remote-bridge/index.html +3 -3
  149. package/docs/docs/development/type-generation/index.html +3 -3
  150. package/docs/docs/index.html +3 -3
  151. package/docs/docs/plugins/index.html +3 -3
  152. package/package.json +1 -1
  153. package/dist/analytics/analytics.d.ts.map +0 -1
  154. package/dist/analytics/analytics.js.map +0 -1
  155. package/dist/analytics/defaults.js.map +0 -1
  156. package/dist/analytics/query.js.map +0 -1
  157. package/dist/analytics/types.d.ts +0 -9
  158. package/dist/analytics/types.d.ts.map +0 -1
  159. package/dist/server/base-server.js.map +0 -1
  160. package/dist/server/index.d.ts.map +0 -1
  161. package/dist/server/index.js.map +0 -1
  162. package/dist/server/remote-tunnel/gate.js.map +0 -1
  163. package/dist/server/remote-tunnel/remote-tunnel-controller.js.map +0 -1
  164. package/dist/server/remote-tunnel/remote-tunnel-manager.js.map +0 -1
  165. package/dist/server/static-server.js.map +0 -1
  166. package/dist/server/types.d.ts.map +0 -1
  167. package/dist/server/utils.js.map +0 -1
  168. package/dist/server/vite-dev-server.js.map +0 -1
  169. /package/dist/{analytics → plugins/analytics}/index.js +0 -0
  170. /package/dist/{server → plugins/server}/remote-tunnel/denied.html +0 -0
  171. /package/dist/{server → plugins/server}/remote-tunnel/index.html +0 -0
  172. /package/dist/{server → plugins/server}/remote-tunnel/wait.html +0 -0
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="generator" content="Docusaurus v3.9.2">
6
- <title data-rh="true">Function: createApp() | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit/Function.createApp"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Function: createApp() | AppKit"><meta data-rh="true" name="description" content="Bootstraps AppKit with the provided configuration."><meta data-rh="true" property="og:description" content="Bootstraps AppKit with the provided configuration."><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit/Function.createApp"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Function.createApp" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Function.createApp" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit","item":"https://databricks.github.io/appkit/docs/api/appkit/"},{"@type":"ListItem","position":3,"name":"createApp","item":"https://databricks.github.io/appkit/docs/api/appkit/Function.createApp"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.0ec7398f.css">
7
- <script src="/appkit/assets/js/runtime~main.11a6f15e.js" defer="defer"></script>
8
- <script src="/appkit/assets/js/main.d41b6412.js" defer="defer"></script>
6
+ <title data-rh="true">Function: createApp() | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit/Function.createApp"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Function: createApp() | AppKit"><meta data-rh="true" name="description" content="Bootstraps AppKit with the provided configuration."><meta data-rh="true" property="og:description" content="Bootstraps AppKit with the provided configuration."><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit/Function.createApp"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Function.createApp" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Function.createApp" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit","item":"https://databricks.github.io/appkit/docs/api/appkit/"},{"@type":"ListItem","position":3,"name":"createApp","item":"https://databricks.github.io/appkit/docs/api/appkit/Function.createApp"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.80363e45.css">
7
+ <script src="/appkit/assets/js/runtime~main.68b5333d.js" defer="defer"></script>
8
+ <script src="/appkit/assets/js/main.40f75854.js" defer="defer"></script>
9
9
  </head>
10
10
  <body class="navigation-with-keyboard">
11
11
  <svg style="display: none;"><defs>
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="generator" content="Docusaurus v3.9.2">
6
- <title data-rh="true">Function: getExecutionContext() | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit/Function.getExecutionContext"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Function: getExecutionContext() | AppKit"><meta data-rh="true" name="description" content="Get the current execution context."><meta data-rh="true" property="og:description" content="Get the current execution context."><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit/Function.getExecutionContext"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Function.getExecutionContext" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Function.getExecutionContext" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit","item":"https://databricks.github.io/appkit/docs/api/appkit/"},{"@type":"ListItem","position":3,"name":"getExecutionContext","item":"https://databricks.github.io/appkit/docs/api/appkit/Function.getExecutionContext"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.0ec7398f.css">
7
- <script src="/appkit/assets/js/runtime~main.11a6f15e.js" defer="defer"></script>
8
- <script src="/appkit/assets/js/main.d41b6412.js" defer="defer"></script>
6
+ <title data-rh="true">Function: getExecutionContext() | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit/Function.getExecutionContext"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Function: getExecutionContext() | AppKit"><meta data-rh="true" name="description" content="Get the current execution context."><meta data-rh="true" property="og:description" content="Get the current execution context."><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit/Function.getExecutionContext"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Function.getExecutionContext" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Function.getExecutionContext" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit","item":"https://databricks.github.io/appkit/docs/api/appkit/"},{"@type":"ListItem","position":3,"name":"getExecutionContext","item":"https://databricks.github.io/appkit/docs/api/appkit/Function.getExecutionContext"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.80363e45.css">
7
+ <script src="/appkit/assets/js/runtime~main.68b5333d.js" defer="defer"></script>
8
+ <script src="/appkit/assets/js/main.40f75854.js" defer="defer"></script>
9
9
  </head>
10
10
  <body class="navigation-with-keyboard">
11
11
  <svg style="display: none;"><defs>
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="generator" content="Docusaurus v3.9.2">
6
- <title data-rh="true">Function: isSQLTypeMarker() | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit/Function.isSQLTypeMarker"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Function: isSQLTypeMarker() | AppKit"><meta data-rh="true" name="description" content="Type guard to check if a value is a SQL type marker"><meta data-rh="true" property="og:description" content="Type guard to check if a value is a SQL type marker"><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit/Function.isSQLTypeMarker"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Function.isSQLTypeMarker" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Function.isSQLTypeMarker" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit","item":"https://databricks.github.io/appkit/docs/api/appkit/"},{"@type":"ListItem","position":3,"name":"isSQLTypeMarker","item":"https://databricks.github.io/appkit/docs/api/appkit/Function.isSQLTypeMarker"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.0ec7398f.css">
7
- <script src="/appkit/assets/js/runtime~main.11a6f15e.js" defer="defer"></script>
8
- <script src="/appkit/assets/js/main.d41b6412.js" defer="defer"></script>
6
+ <title data-rh="true">Function: isSQLTypeMarker() | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit/Function.isSQLTypeMarker"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Function: isSQLTypeMarker() | AppKit"><meta data-rh="true" name="description" content="Type guard to check if a value is a SQL type marker"><meta data-rh="true" property="og:description" content="Type guard to check if a value is a SQL type marker"><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit/Function.isSQLTypeMarker"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Function.isSQLTypeMarker" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Function.isSQLTypeMarker" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit","item":"https://databricks.github.io/appkit/docs/api/appkit/"},{"@type":"ListItem","position":3,"name":"isSQLTypeMarker","item":"https://databricks.github.io/appkit/docs/api/appkit/Function.isSQLTypeMarker"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.80363e45.css">
7
+ <script src="/appkit/assets/js/runtime~main.68b5333d.js" defer="defer"></script>
8
+ <script src="/appkit/assets/js/main.40f75854.js" defer="defer"></script>
9
9
  </head>
10
10
  <body class="navigation-with-keyboard">
11
11
  <svg style="display: none;"><defs>
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="generator" content="Docusaurus v3.9.2">
6
- <title data-rh="true">Interface: BasePluginConfig | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit/Interface.BasePluginConfig"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Interface: BasePluginConfig | AppKit"><meta data-rh="true" name="description" content="Base configuration interface for AppKit plugins"><meta data-rh="true" property="og:description" content="Base configuration interface for AppKit plugins"><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.BasePluginConfig"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.BasePluginConfig" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.BasePluginConfig" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit","item":"https://databricks.github.io/appkit/docs/api/appkit/"},{"@type":"ListItem","position":3,"name":"BasePluginConfig","item":"https://databricks.github.io/appkit/docs/api/appkit/Interface.BasePluginConfig"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.0ec7398f.css">
7
- <script src="/appkit/assets/js/runtime~main.11a6f15e.js" defer="defer"></script>
8
- <script src="/appkit/assets/js/main.d41b6412.js" defer="defer"></script>
6
+ <title data-rh="true">Interface: BasePluginConfig | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit/Interface.BasePluginConfig"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Interface: BasePluginConfig | AppKit"><meta data-rh="true" name="description" content="Base configuration interface for AppKit plugins"><meta data-rh="true" property="og:description" content="Base configuration interface for AppKit plugins"><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.BasePluginConfig"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.BasePluginConfig" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.BasePluginConfig" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit","item":"https://databricks.github.io/appkit/docs/api/appkit/"},{"@type":"ListItem","position":3,"name":"BasePluginConfig","item":"https://databricks.github.io/appkit/docs/api/appkit/Interface.BasePluginConfig"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.80363e45.css">
7
+ <script src="/appkit/assets/js/runtime~main.68b5333d.js" defer="defer"></script>
8
+ <script src="/appkit/assets/js/main.40f75854.js" defer="defer"></script>
9
9
  </head>
10
10
  <body class="navigation-with-keyboard">
11
11
  <svg style="display: none;"><defs>
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="generator" content="Docusaurus v3.9.2">
6
- <title data-rh="true">Interface: CacheConfig | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit/Interface.CacheConfig"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Interface: CacheConfig | AppKit"><meta data-rh="true" name="description" content="Configuration for caching"><meta data-rh="true" property="og:description" content="Configuration for caching"><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.CacheConfig"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.CacheConfig" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.CacheConfig" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit","item":"https://databricks.github.io/appkit/docs/api/appkit/"},{"@type":"ListItem","position":3,"name":"CacheConfig","item":"https://databricks.github.io/appkit/docs/api/appkit/Interface.CacheConfig"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.0ec7398f.css">
7
- <script src="/appkit/assets/js/runtime~main.11a6f15e.js" defer="defer"></script>
8
- <script src="/appkit/assets/js/main.d41b6412.js" defer="defer"></script>
6
+ <title data-rh="true">Interface: CacheConfig | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit/Interface.CacheConfig"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Interface: CacheConfig | AppKit"><meta data-rh="true" name="description" content="Configuration for caching"><meta data-rh="true" property="og:description" content="Configuration for caching"><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.CacheConfig"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.CacheConfig" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.CacheConfig" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit","item":"https://databricks.github.io/appkit/docs/api/appkit/"},{"@type":"ListItem","position":3,"name":"CacheConfig","item":"https://databricks.github.io/appkit/docs/api/appkit/Interface.CacheConfig"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.80363e45.css">
7
+ <script src="/appkit/assets/js/runtime~main.68b5333d.js" defer="defer"></script>
8
+ <script src="/appkit/assets/js/main.40f75854.js" defer="defer"></script>
9
9
  </head>
10
10
  <body class="navigation-with-keyboard">
11
11
  <svg style="display: none;"><defs>
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="generator" content="Docusaurus v3.9.2">
6
- <title data-rh="true">Interface: ITelemetry | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit/Interface.ITelemetry"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Interface: ITelemetry | AppKit"><meta data-rh="true" name="description" content="Plugin-facing interface for OpenTelemetry instrumentation."><meta data-rh="true" property="og:description" content="Plugin-facing interface for OpenTelemetry instrumentation."><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.ITelemetry"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.ITelemetry" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.ITelemetry" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit","item":"https://databricks.github.io/appkit/docs/api/appkit/"},{"@type":"ListItem","position":3,"name":"ITelemetry","item":"https://databricks.github.io/appkit/docs/api/appkit/Interface.ITelemetry"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.0ec7398f.css">
7
- <script src="/appkit/assets/js/runtime~main.11a6f15e.js" defer="defer"></script>
8
- <script src="/appkit/assets/js/main.d41b6412.js" defer="defer"></script>
6
+ <title data-rh="true">Interface: ITelemetry | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit/Interface.ITelemetry"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Interface: ITelemetry | AppKit"><meta data-rh="true" name="description" content="Plugin-facing interface for OpenTelemetry instrumentation."><meta data-rh="true" property="og:description" content="Plugin-facing interface for OpenTelemetry instrumentation."><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.ITelemetry"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.ITelemetry" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.ITelemetry" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit","item":"https://databricks.github.io/appkit/docs/api/appkit/"},{"@type":"ListItem","position":3,"name":"ITelemetry","item":"https://databricks.github.io/appkit/docs/api/appkit/Interface.ITelemetry"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.80363e45.css">
7
+ <script src="/appkit/assets/js/runtime~main.68b5333d.js" defer="defer"></script>
8
+ <script src="/appkit/assets/js/main.40f75854.js" defer="defer"></script>
9
9
  </head>
10
10
  <body class="navigation-with-keyboard">
11
11
  <svg style="display: none;"><defs>
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="generator" content="Docusaurus v3.9.2">
6
- <title data-rh="true">Interface: StreamExecutionSettings | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit/Interface.StreamExecutionSettings"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Interface: StreamExecutionSettings | AppKit"><meta data-rh="true" name="description" content="Configuration for streaming execution with default and user-scoped settings"><meta data-rh="true" property="og:description" content="Configuration for streaming execution with default and user-scoped settings"><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.StreamExecutionSettings"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.StreamExecutionSettings" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.StreamExecutionSettings" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit","item":"https://databricks.github.io/appkit/docs/api/appkit/"},{"@type":"ListItem","position":3,"name":"StreamExecutionSettings","item":"https://databricks.github.io/appkit/docs/api/appkit/Interface.StreamExecutionSettings"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.0ec7398f.css">
7
- <script src="/appkit/assets/js/runtime~main.11a6f15e.js" defer="defer"></script>
8
- <script src="/appkit/assets/js/main.d41b6412.js" defer="defer"></script>
6
+ <title data-rh="true">Interface: StreamExecutionSettings | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit/Interface.StreamExecutionSettings"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Interface: StreamExecutionSettings | AppKit"><meta data-rh="true" name="description" content="Configuration for streaming execution with default and user-scoped settings"><meta data-rh="true" property="og:description" content="Configuration for streaming execution with default and user-scoped settings"><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.StreamExecutionSettings"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.StreamExecutionSettings" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.StreamExecutionSettings" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit","item":"https://databricks.github.io/appkit/docs/api/appkit/"},{"@type":"ListItem","position":3,"name":"StreamExecutionSettings","item":"https://databricks.github.io/appkit/docs/api/appkit/Interface.StreamExecutionSettings"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.80363e45.css">
7
+ <script src="/appkit/assets/js/runtime~main.68b5333d.js" defer="defer"></script>
8
+ <script src="/appkit/assets/js/main.40f75854.js" defer="defer"></script>
9
9
  </head>
10
10
  <body class="navigation-with-keyboard">
11
11
  <svg style="display: none;"><defs>
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="generator" content="Docusaurus v3.9.2">
6
- <title data-rh="true">Interface: TelemetryConfig | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit/Interface.TelemetryConfig"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Interface: TelemetryConfig | AppKit"><meta data-rh="true" name="description" content="OpenTelemetry configuration for AppKit applications"><meta data-rh="true" property="og:description" content="OpenTelemetry configuration for AppKit applications"><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.TelemetryConfig"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.TelemetryConfig" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.TelemetryConfig" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit","item":"https://databricks.github.io/appkit/docs/api/appkit/"},{"@type":"ListItem","position":3,"name":"TelemetryConfig","item":"https://databricks.github.io/appkit/docs/api/appkit/Interface.TelemetryConfig"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.0ec7398f.css">
7
- <script src="/appkit/assets/js/runtime~main.11a6f15e.js" defer="defer"></script>
8
- <script src="/appkit/assets/js/main.d41b6412.js" defer="defer"></script>
6
+ <title data-rh="true">Interface: TelemetryConfig | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit/Interface.TelemetryConfig"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Interface: TelemetryConfig | AppKit"><meta data-rh="true" name="description" content="OpenTelemetry configuration for AppKit applications"><meta data-rh="true" property="og:description" content="OpenTelemetry configuration for AppKit applications"><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.TelemetryConfig"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.TelemetryConfig" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Interface.TelemetryConfig" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit","item":"https://databricks.github.io/appkit/docs/api/appkit/"},{"@type":"ListItem","position":3,"name":"TelemetryConfig","item":"https://databricks.github.io/appkit/docs/api/appkit/Interface.TelemetryConfig"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.80363e45.css">
7
+ <script src="/appkit/assets/js/runtime~main.68b5333d.js" defer="defer"></script>
8
+ <script src="/appkit/assets/js/main.40f75854.js" defer="defer"></script>
9
9
  </head>
10
10
  <body class="navigation-with-keyboard">
11
11
  <svg style="display: none;"><defs>
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="generator" content="Docusaurus v3.9.2">
6
- <title data-rh="true">Type Alias: IAppRouter | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit/TypeAlias.IAppRouter"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Type Alias: IAppRouter | AppKit"><meta data-rh="true" name="description" content="Express router type for plugin route registration"><meta data-rh="true" property="og:description" content="Express router type for plugin route registration"><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit/TypeAlias.IAppRouter"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/TypeAlias.IAppRouter" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/TypeAlias.IAppRouter" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit","item":"https://databricks.github.io/appkit/docs/api/appkit/"},{"@type":"ListItem","position":3,"name":"IAppRouter","item":"https://databricks.github.io/appkit/docs/api/appkit/TypeAlias.IAppRouter"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.0ec7398f.css">
7
- <script src="/appkit/assets/js/runtime~main.11a6f15e.js" defer="defer"></script>
8
- <script src="/appkit/assets/js/main.d41b6412.js" defer="defer"></script>
6
+ <title data-rh="true">Type Alias: IAppRouter | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit/TypeAlias.IAppRouter"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Type Alias: IAppRouter | AppKit"><meta data-rh="true" name="description" content="Express router type for plugin route registration"><meta data-rh="true" property="og:description" content="Express router type for plugin route registration"><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit/TypeAlias.IAppRouter"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/TypeAlias.IAppRouter" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/TypeAlias.IAppRouter" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit","item":"https://databricks.github.io/appkit/docs/api/appkit/"},{"@type":"ListItem","position":3,"name":"IAppRouter","item":"https://databricks.github.io/appkit/docs/api/appkit/TypeAlias.IAppRouter"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.80363e45.css">
7
+ <script src="/appkit/assets/js/runtime~main.68b5333d.js" defer="defer"></script>
8
+ <script src="/appkit/assets/js/main.40f75854.js" defer="defer"></script>
9
9
  </head>
10
10
  <body class="navigation-with-keyboard">
11
11
  <svg style="display: none;"><defs>
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="generator" content="Docusaurus v3.9.2">
6
- <title data-rh="true">Variable: sql | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit/Variable.sql"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Variable: sql | AppKit"><meta data-rh="true" name="description" content="SQL helper namespace"><meta data-rh="true" property="og:description" content="SQL helper namespace"><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit/Variable.sql"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Variable.sql" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Variable.sql" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit","item":"https://databricks.github.io/appkit/docs/api/appkit/"},{"@type":"ListItem","position":3,"name":"sql","item":"https://databricks.github.io/appkit/docs/api/appkit/Variable.sql"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.0ec7398f.css">
7
- <script src="/appkit/assets/js/runtime~main.11a6f15e.js" defer="defer"></script>
8
- <script src="/appkit/assets/js/main.d41b6412.js" defer="defer"></script>
6
+ <title data-rh="true">Variable: sql | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit/Variable.sql"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Variable: sql | AppKit"><meta data-rh="true" name="description" content="SQL helper namespace"><meta data-rh="true" property="og:description" content="SQL helper namespace"><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit/Variable.sql"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Variable.sql" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/Variable.sql" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit","item":"https://databricks.github.io/appkit/docs/api/appkit/"},{"@type":"ListItem","position":3,"name":"sql","item":"https://databricks.github.io/appkit/docs/api/appkit/Variable.sql"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.80363e45.css">
7
+ <script src="/appkit/assets/js/runtime~main.68b5333d.js" defer="defer"></script>
8
+ <script src="/appkit/assets/js/main.40f75854.js" defer="defer"></script>
9
9
  </head>
10
10
  <body class="navigation-with-keyboard">
11
11
  <svg style="display: none;"><defs>
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="generator" content="Docusaurus v3.9.2">
6
- <title data-rh="true">@databricks/appkit | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit/"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="@databricks/appkit | AppKit"><meta data-rh="true" name="description" content="Core library for building Databricks applications with type-safe SQL queries,"><meta data-rh="true" property="og:description" content="Core library for building Databricks applications with type-safe SQL queries,"><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit/"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit","item":"https://databricks.github.io/appkit/docs/api/appkit/"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.0ec7398f.css">
7
- <script src="/appkit/assets/js/runtime~main.11a6f15e.js" defer="defer"></script>
8
- <script src="/appkit/assets/js/main.d41b6412.js" defer="defer"></script>
6
+ <title data-rh="true">@databricks/appkit | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit/"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="@databricks/appkit | AppKit"><meta data-rh="true" name="description" content="Core library for building Databricks applications with type-safe SQL queries,"><meta data-rh="true" property="og:description" content="Core library for building Databricks applications with type-safe SQL queries,"><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit/"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit/" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit","item":"https://databricks.github.io/appkit/docs/api/appkit/"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.80363e45.css">
7
+ <script src="/appkit/assets/js/runtime~main.68b5333d.js" defer="defer"></script>
8
+ <script src="/appkit/assets/js/main.40f75854.js" defer="defer"></script>
9
9
  </head>
10
10
  <body class="navigation-with-keyboard">
11
11
  <svg style="display: none;"><defs>
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="generator" content="Docusaurus v3.9.2">
6
- <title data-rh="true">AreaChart | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit-ui/data/AreaChart"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="AreaChart | AppKit"><meta data-rh="true" name="description" content="Area Chart component for trend visualization with filled areas."><meta data-rh="true" property="og:description" content="Area Chart component for trend visualization with filled areas."><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/AreaChart"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/AreaChart" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/AreaChart" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit-ui","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/"},{"@type":"ListItem","position":3,"name":"AreaChart","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/data/AreaChart"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.0ec7398f.css">
7
- <script src="/appkit/assets/js/runtime~main.11a6f15e.js" defer="defer"></script>
8
- <script src="/appkit/assets/js/main.d41b6412.js" defer="defer"></script>
6
+ <title data-rh="true">AreaChart | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit-ui/data/AreaChart"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="AreaChart | AppKit"><meta data-rh="true" name="description" content="Area Chart component for trend visualization with filled areas."><meta data-rh="true" property="og:description" content="Area Chart component for trend visualization with filled areas."><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/AreaChart"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/AreaChart" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/AreaChart" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit-ui","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/"},{"@type":"ListItem","position":3,"name":"AreaChart","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/data/AreaChart"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.80363e45.css">
7
+ <script src="/appkit/assets/js/runtime~main.68b5333d.js" defer="defer"></script>
8
+ <script src="/appkit/assets/js/main.40f75854.js" defer="defer"></script>
9
9
  </head>
10
10
  <body class="navigation-with-keyboard">
11
11
  <svg style="display: none;"><defs>
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="generator" content="Docusaurus v3.9.2">
6
- <title data-rh="true">BarChart | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit-ui/data/BarChart"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="BarChart | AppKit"><meta data-rh="true" name="description" content="Bar Chart component for categorical comparisons."><meta data-rh="true" property="og:description" content="Bar Chart component for categorical comparisons."><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/BarChart"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/BarChart" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/BarChart" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit-ui","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/"},{"@type":"ListItem","position":3,"name":"BarChart","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/data/BarChart"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.0ec7398f.css">
7
- <script src="/appkit/assets/js/runtime~main.11a6f15e.js" defer="defer"></script>
8
- <script src="/appkit/assets/js/main.d41b6412.js" defer="defer"></script>
6
+ <title data-rh="true">BarChart | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit-ui/data/BarChart"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="BarChart | AppKit"><meta data-rh="true" name="description" content="Bar Chart component for categorical comparisons."><meta data-rh="true" property="og:description" content="Bar Chart component for categorical comparisons."><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/BarChart"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/BarChart" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/BarChart" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit-ui","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/"},{"@type":"ListItem","position":3,"name":"BarChart","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/data/BarChart"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.80363e45.css">
7
+ <script src="/appkit/assets/js/runtime~main.68b5333d.js" defer="defer"></script>
8
+ <script src="/appkit/assets/js/main.40f75854.js" defer="defer"></script>
9
9
  </head>
10
10
  <body class="navigation-with-keyboard">
11
11
  <svg style="display: none;"><defs>
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="generator" content="Docusaurus v3.9.2">
6
- <title data-rh="true">DataTable | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit-ui/data/DataTable"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="DataTable | AppKit"><meta data-rh="true" name="description" content="Production-ready data table with automatic data fetching and state management"><meta data-rh="true" property="og:description" content="Production-ready data table with automatic data fetching and state management"><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/DataTable"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/DataTable" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/DataTable" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit-ui","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/"},{"@type":"ListItem","position":3,"name":"DataTable","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/data/DataTable"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.0ec7398f.css">
7
- <script src="/appkit/assets/js/runtime~main.11a6f15e.js" defer="defer"></script>
8
- <script src="/appkit/assets/js/main.d41b6412.js" defer="defer"></script>
6
+ <title data-rh="true">DataTable | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit-ui/data/DataTable"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="DataTable | AppKit"><meta data-rh="true" name="description" content="Production-ready data table with automatic data fetching and state management"><meta data-rh="true" property="og:description" content="Production-ready data table with automatic data fetching and state management"><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/DataTable"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/DataTable" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/DataTable" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit-ui","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/"},{"@type":"ListItem","position":3,"name":"DataTable","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/data/DataTable"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.80363e45.css">
7
+ <script src="/appkit/assets/js/runtime~main.68b5333d.js" defer="defer"></script>
8
+ <script src="/appkit/assets/js/main.40f75854.js" defer="defer"></script>
9
9
  </head>
10
10
  <body class="navigation-with-keyboard">
11
11
  <svg style="display: none;"><defs>
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="generator" content="Docusaurus v3.9.2">
6
- <title data-rh="true">DonutChart | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit-ui/data/DonutChart"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="DonutChart | AppKit"><meta data-rh="true" name="description" content="Donut Chart component (Pie chart with inner radius)."><meta data-rh="true" property="og:description" content="Donut Chart component (Pie chart with inner radius)."><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/DonutChart"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/DonutChart" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/DonutChart" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit-ui","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/"},{"@type":"ListItem","position":3,"name":"DonutChart","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/data/DonutChart"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.0ec7398f.css">
7
- <script src="/appkit/assets/js/runtime~main.11a6f15e.js" defer="defer"></script>
8
- <script src="/appkit/assets/js/main.d41b6412.js" defer="defer"></script>
6
+ <title data-rh="true">DonutChart | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit-ui/data/DonutChart"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="DonutChart | AppKit"><meta data-rh="true" name="description" content="Donut Chart component (Pie chart with inner radius)."><meta data-rh="true" property="og:description" content="Donut Chart component (Pie chart with inner radius)."><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/DonutChart"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/DonutChart" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/DonutChart" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit-ui","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/"},{"@type":"ListItem","position":3,"name":"DonutChart","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/data/DonutChart"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.80363e45.css">
7
+ <script src="/appkit/assets/js/runtime~main.68b5333d.js" defer="defer"></script>
8
+ <script src="/appkit/assets/js/main.40f75854.js" defer="defer"></script>
9
9
  </head>
10
10
  <body class="navigation-with-keyboard">
11
11
  <svg style="display: none;"><defs>
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="generator" content="Docusaurus v3.9.2">
6
- <title data-rh="true">HeatmapChart | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit-ui/data/HeatmapChart"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="HeatmapChart | AppKit"><meta data-rh="true" name="description" content="Heatmap Chart component for matrix-style data visualization."><meta data-rh="true" property="og:description" content="Heatmap Chart component for matrix-style data visualization."><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/HeatmapChart"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/HeatmapChart" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/HeatmapChart" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit-ui","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/"},{"@type":"ListItem","position":3,"name":"HeatmapChart","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/data/HeatmapChart"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.0ec7398f.css">
7
- <script src="/appkit/assets/js/runtime~main.11a6f15e.js" defer="defer"></script>
8
- <script src="/appkit/assets/js/main.d41b6412.js" defer="defer"></script>
6
+ <title data-rh="true">HeatmapChart | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit-ui/data/HeatmapChart"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="HeatmapChart | AppKit"><meta data-rh="true" name="description" content="Heatmap Chart component for matrix-style data visualization."><meta data-rh="true" property="og:description" content="Heatmap Chart component for matrix-style data visualization."><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/HeatmapChart"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/HeatmapChart" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/HeatmapChart" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit-ui","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/"},{"@type":"ListItem","position":3,"name":"HeatmapChart","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/data/HeatmapChart"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.80363e45.css">
7
+ <script src="/appkit/assets/js/runtime~main.68b5333d.js" defer="defer"></script>
8
+ <script src="/appkit/assets/js/main.40f75854.js" defer="defer"></script>
9
9
  </head>
10
10
  <body class="navigation-with-keyboard">
11
11
  <svg style="display: none;"><defs>
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="generator" content="Docusaurus v3.9.2">
6
- <title data-rh="true">LineChart | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit-ui/data/LineChart"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="LineChart | AppKit"><meta data-rh="true" name="description" content="Line Chart component for time-series and trend visualization."><meta data-rh="true" property="og:description" content="Line Chart component for time-series and trend visualization."><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/LineChart"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/LineChart" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/LineChart" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit-ui","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/"},{"@type":"ListItem","position":3,"name":"LineChart","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/data/LineChart"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.0ec7398f.css">
7
- <script src="/appkit/assets/js/runtime~main.11a6f15e.js" defer="defer"></script>
8
- <script src="/appkit/assets/js/main.d41b6412.js" defer="defer"></script>
6
+ <title data-rh="true">LineChart | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit-ui/data/LineChart"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="LineChart | AppKit"><meta data-rh="true" name="description" content="Line Chart component for time-series and trend visualization."><meta data-rh="true" property="og:description" content="Line Chart component for time-series and trend visualization."><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/LineChart"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/LineChart" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/LineChart" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit-ui","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/"},{"@type":"ListItem","position":3,"name":"LineChart","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/data/LineChart"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.80363e45.css">
7
+ <script src="/appkit/assets/js/runtime~main.68b5333d.js" defer="defer"></script>
8
+ <script src="/appkit/assets/js/main.40f75854.js" defer="defer"></script>
9
9
  </head>
10
10
  <body class="navigation-with-keyboard">
11
11
  <svg style="display: none;"><defs>
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="generator" content="Docusaurus v3.9.2">
6
- <title data-rh="true">PieChart | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit-ui/data/PieChart"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="PieChart | AppKit"><meta data-rh="true" name="description" content="Pie Chart component for proportional data visualization."><meta data-rh="true" property="og:description" content="Pie Chart component for proportional data visualization."><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/PieChart"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/PieChart" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/PieChart" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit-ui","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/"},{"@type":"ListItem","position":3,"name":"PieChart","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/data/PieChart"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.0ec7398f.css">
7
- <script src="/appkit/assets/js/runtime~main.11a6f15e.js" defer="defer"></script>
8
- <script src="/appkit/assets/js/main.d41b6412.js" defer="defer"></script>
6
+ <title data-rh="true">PieChart | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit-ui/data/PieChart"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="PieChart | AppKit"><meta data-rh="true" name="description" content="Pie Chart component for proportional data visualization."><meta data-rh="true" property="og:description" content="Pie Chart component for proportional data visualization."><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/PieChart"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/PieChart" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/PieChart" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit-ui","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/"},{"@type":"ListItem","position":3,"name":"PieChart","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/data/PieChart"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.80363e45.css">
7
+ <script src="/appkit/assets/js/runtime~main.68b5333d.js" defer="defer"></script>
8
+ <script src="/appkit/assets/js/main.40f75854.js" defer="defer"></script>
9
9
  </head>
10
10
  <body class="navigation-with-keyboard">
11
11
  <svg style="display: none;"><defs>
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="generator" content="Docusaurus v3.9.2">
6
- <title data-rh="true">RadarChart | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit-ui/data/RadarChart"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="RadarChart | AppKit"><meta data-rh="true" name="description" content="Radar Chart component for multi-dimensional data comparison."><meta data-rh="true" property="og:description" content="Radar Chart component for multi-dimensional data comparison."><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/RadarChart"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/RadarChart" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/RadarChart" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit-ui","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/"},{"@type":"ListItem","position":3,"name":"RadarChart","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/data/RadarChart"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.0ec7398f.css">
7
- <script src="/appkit/assets/js/runtime~main.11a6f15e.js" defer="defer"></script>
8
- <script src="/appkit/assets/js/main.d41b6412.js" defer="defer"></script>
6
+ <title data-rh="true">RadarChart | AppKit</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://databricks.github.io/appkit/docs/api/appkit-ui/data/RadarChart"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="keywords" content="Databricks Apps, Node.js, React.js, SDK, TypeScript, SQL, Databricks, AI, full-stack, development"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="RadarChart | AppKit"><meta data-rh="true" name="description" content="Radar Chart component for multi-dimensional data comparison."><meta data-rh="true" property="og:description" content="Radar Chart component for multi-dimensional data comparison."><link data-rh="true" rel="icon" href="/appkit/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/RadarChart"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/RadarChart" hreflang="en"><link data-rh="true" rel="alternate" href="https://databricks.github.io/appkit/docs/api/appkit-ui/data/RadarChart" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"API reference","item":"https://databricks.github.io/appkit/docs/api/"},{"@type":"ListItem","position":2,"name":"@databricks/appkit-ui","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/"},{"@type":"ListItem","position":3,"name":"RadarChart","item":"https://databricks.github.io/appkit/docs/api/appkit-ui/data/RadarChart"}]}</script><link rel="stylesheet" href="/appkit/assets/css/styles.80363e45.css">
7
+ <script src="/appkit/assets/js/runtime~main.68b5333d.js" defer="defer"></script>
8
+ <script src="/appkit/assets/js/main.40f75854.js" defer="defer"></script>
9
9
  </head>
10
10
  <body class="navigation-with-keyboard">
11
11
  <svg style="display: none;"><defs>