Member Junction
    Preparing search index...

    A single node in the server-proposed taxonomy tree. Parsed from the mutation's NodesJSON field. The tree is NON-persisted — it is a proposal the caller renders and selectively accepts.

    interface SeedTaxonomyNode {
        Children?: SeedTaxonomyNode[];
        Description?: string;
        MemberCount?: number;
        Name: string;
    }
    Index

    Properties

    Children?: SeedTaxonomyNode[]

    Optional child nodes (recursive).

    Description?: string

    Optional proposed description for the tag.

    MemberCount?: number

    Optional count of sampled members associated with this node.

    Name: string

    Proposed tag name.