Measurement: {
    distance: number;
    from: string;
    id: string;
    label: string;
    slope: number;
    text: string | null;
    to: string;
    u: number;
    v: number;
    x: number;
    y: number;
}

Type declaration

  • distance: number
  • from: string
  • id: string
  • label: string
  • slope: number
  • text: string | null
  • to: string
  • u: number
  • v: number
  • x: number
  • y: number