Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T = any

Hierarchy

Implements

Index

Constructors

constructor

Properties

Readonly bound

bound: Rect<any>

Private cells

cells: Map<string, Set<Rect<T>>> = ...

Private clientGridRange

clientGridRange: Map<Rect<T>, [Point, Point]> = ...

Readonly dimensions

dimensions: Point

Readonly type

type: string = ...

Methods

clear

  • clear(): void

find

Private getCellIndex

insert

  • insert(item: Rect<T>): void

Private key

  • key(indics: Point): string

remove

  • remove(item: Rect<T>): void

update

  • update(item: Rect<any>): void

Legend

  • Class
  • Class with type parameter
  • Property
  • Method
  • Variable
  • Type alias
  • Private property
  • Private method
  • Interface with type parameter
  • Inherited method

Generated using TypeDoc