Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Grid2DConfig<TElement>

Optional configuration for the Grid2D class

Type parameters

  • TElement

Hierarchy

  • Grid2DConfig

Index

Properties

defaultValueProvider

defaultValueProvider: Grid2DValueProvider<TElement>

A callback for creating a default value for any grid tile

Optional destructorCallback

destructorCallback: Grid2DIterateCallback<TElement>

Optional callback called whenever an element is removed via the resize operation (or any other structure modifying operation that might be added in the future)

Generated using TypeDoc