Type alias Selection

Selection: {
    end: number;
    start: number;
}

Selection range

Type declaration

  • end: number
  • start: number