Module dash.core.properties

Defines template mixins for defining properties in classes.

Interfaces

Name Description
IDirtyable Requires implementation of the isDirty property.

Enums

Name Description
AccessModifier

Global variables

Name Type Description
ConditionalSetter void Generates a setter for a field, that only sets if a condition is met.
DirtyGetter void Generates a getter for a field that can be marked as dirty. Calls updateFunc if is dirty.
Getter void Generates a getter for a field.
Property void Generates a getter and setter for a field.
RefGetter void Generates a getter for a field that returns a reference to it.
Setter void Generates a setter for a field.
ThisDirtyGetter void Like DirtyGetter, but instead of tracking if the field is dirty, it tracks if the this scope is dirty

Authors

Colden Cullen, [email protected]

Copyright

License