ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > TableTransformer

TableTransformer interface

A table transformer taking as a first argument the table to transform and as a second argument a callback to call on the transformed table.

Signature:

export interface TableTransformer 

Properties

PropertyTypeDescription
transform(table: Table, callback: (transformedTable: Table) => void) => void
  • TableTransformer interface
  • Properties
Copyright © 2023 ActiveViam