Variable optionsConst

options: {
    forColumn: any;
    forTable: any;
} = ...

Type declaration

  • forColumn:function
  • forTable:function
    • For a given table and plugin, return the options, if any were given from the user during construction of the table.

      Type Parameters

      Parameters

      • table: Table<Data>
      • klass: Class<P>

      Returns Partial<OptionsFor<SignatureFrom<P>>>

Generated using TypeDoc