Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TablePropertiesChangedEvent

Fires when the properties change for the active data table.

Hierarchy

Index

Properties

Properties

The event sub-type.

table: { id: string; name: string; pkcolumns: string[]; properties: {} }

Properties for the active data table.

Type declaration

  • id: string

    The data table ID.

  • name: string

    The data tabkle name.

  • pkcolumns: string[]

    Primary key columns, this will be empty if there are none defined.

  • properties: {}

    Data table properties.

    • [s: string]: any

Generated using TypeDoc