Last updated 3 years ago
Runs once when the component is initially wired.
component extends="cbwire.models.Component" { function mount( event, rc, prc, parameters ){ variables.data.incomingValue = event.getValue( "someField" ); } }