Member Junction
    Preparing search index...

    A conditional filter pill (one per type/source actually present in loaded data).

    interface FilterPill {
        Count: number;
        Icon: string;
        Key: string;
        Label: string;
        Variant: "type" | "restore";
    }
    Index

    Properties

    Count: number

    Number of changes of this kind in the loaded data.

    Icon: string

    Font Awesome icon class.

    Key: string

    Unique key for selection state ('Update', 'Create', 'Delete', 'Snapshot', 'Restore').

    Label: string

    User-facing label (pluralized: 'Updates', 'Restored', etc.).

    Variant: "type" | "restore"

    Selection style — neutral type pill or violet restore pill.