Skip to content

Type Editor


Type Editor / @type-editor/tables / fix-tables-plugin-key / fixTablesPluginKey

Variable: fixTablesPluginKey

ts
const fixTablesPluginKey: PluginKey<{
  fixTables: boolean;
}>;

Defined in: tables/src/fix-tables-plugin-key.ts:7

Plugin key used to mark transactions that have fixed table issues. This allows other plugins to identify and handle table normalization transactions.