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" ); } }
Last updated 2 years ago