Data Properties
The state of the our components.
<!--- ./wires/SomeComponent.cfm --->
<cfscript>
data = {
"propertyName": "defaultValue"
};
</cfscript>Initial Values
Using Data Properties
Resetting Data Properties
Data Binding
Last updated