Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataTablesChangedEvent

Fired when a data table is added or removed from the document.

Hierarchy

Index

Properties

active: null | string

The unique ID of the active data table, or null if there is no active data table.

dataTables: { active: boolean; id: string; name: string; rowCount: number }[]

Array of data tables contained in the document.

The event sub-type.

Generated using TypeDoc