class
Behaviour


Base class that allows property getters and setters to have overridden functionality

id:String


call(param:Any = null):Variant
Make a specific call to an operation
detatch():Void
Called when behaviour is no longer needed
get():Variant
Called when a component property getter is called
getConfigValue(name:String, defaultValue:String = null):String
Utility function to retrieve a string config value for this behaviour
getConfigValueBool(name:String, defaultValue:Bool = false):Bool
Utility function to retrieve a boolean config value for this behaviour
getDynamic()::Dynamic
set(value:Variant):Void
Called when a component property setter is called
setDynamic(value::Dynamic):Void
update():Void
Update this behaviour with its current value