Dependicus API Reference
    Preparing search index...

    Interface ColumnContext

    Context passed to column and grouping callbacks that operate on a single dependency version within a known ecosystem.

    interface ColumnContext {
        ecosystem: string;
        name: string;
        store: FactStore;
        version: DependencyVersion;
    }
    Index

    Properties

    ecosystem: string
    name: string
    store: FactStore