Type alias GraphSheetType

GraphSheetType: BasicWorksheetType & {
    dots: string[];
    type: GRAPH;
}

Type declaration

  • dots: string[]
  • type: GRAPH