Raw data object for an UpSet plot. This is used to generate the processed data. Column annotations are inferred from the data types.

interface UpsetItem {
    [key: string]: string | number | boolean;
}

Indexable

[key: string]: string | number | boolean

Generated using TypeDoc