Interface Options<T>

Container Creation Options

Type Parameters

  • T

Hierarchy

  • Options

Properties

Properties

clone?: CloneCallback<T>

How the container creates a copy of the element, by default it is created with the = sign

compare?: CompareCallback<T>

How containers compare element , by default using == and <

remove?: DeleteCallback<T>

If this callback function is set, this callback function will be called after the element is removed from the container

Generated using TypeDoc