Options
All
  • Public
  • Public/Protected
  • All
Menu

Module app/store-sheets

Index

Variables

SPREADSHEET: "SPREADSHEET" = "SPREADSHEET"
BLANK_CANVAS: "BLANK_CANVAS" = "BLANK_CANVAS"
GRAPH: "GRAPH" = "GRAPH"
SHEET_ICONS: { SPREADSHEET: string; BLANK_CANVAS: string; GRAPH: string } = ...

Type declaration

  • SPREADSHEET: string
  • BLANK_CANVAS: string
  • GRAPH: string
sheetsDataStore: Writable<SheetItem[]> = ...
isDraggingToReorderSheet: Writable<boolean> = ...

Type Aliases

SheetType: typeof SPREADSHEET | typeof BLANK_CANVAS | typeof GRAPH
SheetItem: { id: string; type: SheetType; label: string; isActive: boolean; icon?: string }

Type declaration

  • id: string
  • type: SheetType
  • label: string
  • isActive: boolean
  • Optional icon?: string

Functions

  • getNextSheetNameCount(): number
  • Returns number

Generated using TypeDoc