Options for the CollectionProxy constructor.

interface CollectionProxyOptions {
    destroyBackingCollection?: boolean;
}

Properties

destroyBackingCollection?: boolean

If true, destroy will also destroy the wrapped collection.