global

Methods

deleteProperty(target, key)

Proxy deleteProperty() handler. This is where the delete property
events are fired from

Parameters:
Name Type Description
target Object

the GQLBase model object

key String

the property name

Source:
GQLBase.js, line 628

set(target, key, value)

Proxy set() handler. This is where the change events are fired from

Parameters:
Name Type Description
target Object

the GQLBase model object

key String

the property name

value mixed

the new property value

Source:
GQLBase.js, line 607