CarpenterTreeTableActionsBuilder<T> typedef

CarpenterTreeTableActionsBuilder<T> = CarpenterTableActions Function(CarpenterTreeNode<T> node)

Builds the primary and secondary semantic actions represented by a tree-table column.

Implementation

typedef CarpenterTreeTableActionsBuilder<T> =
    CarpenterTableActions Function(CarpenterTreeNode<T> node);