Member Junction
    Preparing search index...

    A single co-occurrence pair with resolved tag names, suitable for display.

    interface CoOccurrencePairDisplay {
        Count: number;
        TagAName: string;
        TagBName: string;
    }
    Index

    Properties

    Count: number

    Number of items that share both tags

    TagAName: string

    Display name of the first tag in the pair

    TagBName: string

    Display name of the second tag in the pair