Member Junction
    Preparing search index...

    Display shape for the variant picker. Kept minimal so the Generic container doesn't pull in resolver types; the Explorer-level component that owns the resolver shapes its rows into this.

    interface VariantPickerItem {
        ID: string;
        Label: string;
        Scope: "User" | "Role" | "Global";
        Status: "Active" | "Pending" | "Inactive";
    }
    Index

    Properties

    Properties

    ID: string
    Label: string
    Scope: "User" | "Role" | "Global"
    Status: "Active" | "Pending" | "Inactive"