Lifecycle Events
Component Wiring

mount( event, rc, prc, parameters )
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
Was this helpful?