Member Junction
    Preparing search index...

    A single tag and the number of content-item-tag rows that carry it within scope.

    interface TagDistributionEntry {
        Count: number;
        Tag: string;
    }
    Index

    Properties

    Properties

    Count: number

    Number of content-item-tag rows with this tag in scope.

    Tag: string

    The tag text (free-text label as applied to the item).