Member Junction
    Preparing search index...

    Describes one operand for the Venn / set-op pipeline. The component passes these in instead of raw MJListEntitys now that views are supported; the service handles cache-keying + record-ID resolution.

    interface SetOperand {
        color: string;
        entityID: string;
        entityName: string;
        id: string;
        kind: OperandKind;
        name: string;
    }
    Index

    Properties

    color: string

    Hex color from the predefined palette; chosen by the component.

    entityID: string

    Entity ID — used to enforce the same-entity invariant on operations.

    entityName: string

    Entity name — denormalized for display.

    id: string

    ID of the underlying MJ List or MJ User View.

    name: string

    Display name shown in the Venn legend + selection chips.