jamespot-user-api
    Preparing search index...

    Type Alias TOrgChartNode

    type TOrgChartNode = {
        id: number | string;
        img: string;
        imgId?: number | null;
        isAssistant?: number | null;
        isInternal: number;
        links: OrgChartLink[];
        mail?: string | null;
        name: string;
        openInNewTab?: number | null;
        phone?: string | null;
        pid?: number | null;
        selectedLink?: OrgChartLink | null;
        tags: string[];
        title?: string | null;
        uri?: string | null;
    }
    Index

    Properties

    id: number | string
    img: string
    imgId?: number | null
    isAssistant?: number | null
    isInternal: number
    links: OrgChartLink[]
    mail?: string | null
    name: string
    openInNewTab?: number | null
    phone?: string | null
    pid?: number | null
    selectedLink?: OrgChartLink | null
    tags: string[]
    title?: string | null
    uri?: string | null