Member Junction
    Preparing search index...

    Node in an org chart

    interface OrgNode {
        avatarUrl?: string;
        children?: OrgNode[];
        highlight?: boolean;
        id: string;
        label: string;
        role?: string;
    }
    Index

    Properties

    avatarUrl?: string

    Avatar URL (data URI or omitted)

    children?: OrgNode[]

    Child nodes in hierarchy

    highlight?: boolean

    Highlight this node

    id: string

    Unique node identifier

    label: string

    Person/position name

    role?: string

    Job title/role