PlotUnitNg: {
    attachments: Attachment[];
    fileParent?: string;
    filePath: string;
    id: string;
    isExpanded: boolean;
    nodePos?: { end: Point; start: Point };
    parsedResultText: string;
    sentence: string;
    time: TimeData;
}

Type declaration

  • attachments: Attachment[]
  • OptionalfileParent?: string
  • filePath: string
  • id: string
  • isExpanded: boolean
  • OptionalnodePos?: { end: Point; start: Point }
  • parsedResultText: string
  • sentence: string
  • time: TimeData