ng2-qgrid
Version:
Angular Grid
15 lines (13 loc) • 835 B
TypeScript
import {PipeContext, PipeMemo} from './pipe.item';
/**
* > Under Construction.
*/
export declare class PipeUnit {
static readonly column: [(_: any, context: PipeContext, next: (memo: PipeMemo) => void) => void];
static readonly columnIndex: [(_: any, context: PipeContext, next: (memo: PipeMemo) => void) => void];
static readonly default: [(rows: any[], context: PipeContext, next: (rows: any[]) => void) => void];
static readonly group: [(rows: any[], context: PipeContext, next: (memo: PipeMemo) => void) => void];
static readonly rowDetails: [(rows: any[], context: PipeContext, next: (memo: PipeMemo) => void) => void];
static readonly view: [(rows: any[], context: PipeContext, next: (rows: any[]) => void) => void];
static readonly row: [(rows: any[], context: PipeContext, next: (rows: any[]) => void) => void];
}