@universal-ember/table
    Preparing search index...

    Interface ColumnApi<T>

    The data passed to a plugin's column APIs

    interface ColumnApi<T extends Table = Table> {
        column: Column<DataTypeOf<T>>;
        table: T;
    }

    Type Parameters

    Index

    Properties

    Properties

    column: Column<DataTypeOf<T>>
    table: T