Interface PluginPreferences

Preferences for a column may store a map of key-value pairs for each of

  • the table
  • each column

Hierarchy

  • PluginPreferences

Properties

Properties

columns: {
    [columnKey: string]: Record<string, unknown>;
}

preferences for a plugin's columns-of-interest are mapped out by the column's key

Type declaration

  • [columnKey: string]: Record<string, unknown>
table: Record<string, unknown>

A plugin's preferences for the table can be any string -> stringifyable mapping

Generated using TypeDoc