@eagleoutice/flowr - v2.15.8
    Preparing search index...

    A member-carrying argument, plus how its entries are to be read.

    interface ClassMemberArgRef {
        idx?: number;
        methods?: boolean;
        name?: string;
        typed?: boolean;
        visibility?: MemberVisibility;
    }

    Hierarchy (View Summary)

    Index
    idx?: number
    methods?: boolean

    every entry of this argument is a method, whatever it looks like (RC's methods)

    name?: string
    typed?: boolean

    the entries state a type (S4 slots, RC fields), rather than a value or a function (R6, RC methods)

    visibility?: MemberVisibility

    the visibility every entry of this argument has (R6's public/private/active)