Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Selection<T>

Describes a generic selection An object that holds an array of data, can add into this array, query its size, and iterate through it

Type parameters

  • T

Hierarchy

Index

Properties

Accessors

Methods

Properties

Protected objects

objects: Array<T> = new Array<T>()

Accessors

size

  • get size(): number

Methods

add

  • add(obj: T): void

forEach

  • forEach(callback: (i: number, obj: T) => void): void

Generated using TypeDoc