File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
packages/perspective-viewer/src/js Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import {ActionElement} from "./viewer/action_element.js";
28
28
polyfill ( { } ) ;
29
29
30
30
/**
31
- * Module for `<perspective-viewer` custom element. There are no exports from
31
+ * Module for `<perspective-viewer> ` custom element. There are no exports from
32
32
* this module, however importing it has a side effect: the
33
33
* {@link module:perspective_viewer~PerspectiveViewer} class is registered as a
34
34
* custom element, after which it can be used as a standard DOM element. The
@@ -346,6 +346,15 @@ class PerspectiveViewer extends ActionElement {
346
346
return this . _get_worker ( ) ;
347
347
}
348
348
349
+ /**
350
+ * This element's `perspective.table` instance.
351
+ *
352
+ * @readonly
353
+ */
354
+ get table ( ) {
355
+ return this . _table ;
356
+ }
357
+
349
358
/**
350
359
* This element's `perspective.table.view` instance. The instance itself
351
360
* will change after every `PerspectiveViewer#perspective-config-update` event.
You can’t perform that action at this time.
0 commit comments