Class: ProxyHandlerFactory

ProxyHandlerFactory(optionsopt)

new ProxyHandlerFactory(optionsopt)

Parameters:
Name Type Attributes Default Description
options Object <optional>
{}

Configuration options.

Properties
Name Type Attributes Default Description
computedKeys Array.<string> <optional>
[]

List of keys that should be treated as computed properties.

onChange function <optional>
() => {}

Callback triggered when a property is set.

getComputedValue function <optional>
() => undefined

Function to evaluate a computed property.

Source: