🔧 SDK ReferenceEventsObjectsonTransitionEndonTransitionEndThis event is triggered when a transition related to an object ends.ParametersNameTypeDescriptionidnumber or stringThe transition IDExampleobject.events.on('onCameraTransitionEnd', id => { console.log('Transition ended:', id);});Available on: Client