Interface Signature<DataType, Key>

utility class to help with autocompletion / documentation in the editor while while defining the signature of custom plugins.

Type Parameters

  • DataType = any

  • Key = DataType

Hierarchy

Properties

Properties

Meta: {
    Row: RowMeta;
    Table: TableMeta;
}

Meta is how plugins can manage per-{table,columns,rows} state, event listeners, and general public API

Type declaration

  • Row: RowMeta
  • Table: TableMeta
Options: {
    Plugin: Object;
}

Type declaration

  • Plugin: Object

Generated using TypeDoc