global
Members
types :Array.<String>
A getter that retrieves the array of direct types
Type:
- Array.<String>
- Source:
- decorators/ModelProperties.js, line 224
Methods
deleteProperty(target, key)
Proxy deleteProperty() handler. This is where the delete property
events are fired from
Parameters:
Name | Type | Description |
---|---|---|
target |
Object | the |
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 |
key |
String | the property name |
value |
mixed | the new property value |
- Source:
- GQLBase.js, line 607
value()
- Source:
- GQLEnum.js, line 177