Passing an aura:iterated list item to JS controller

The goal is to pass a “comment__c” rich text field on an iterated object to its JS controller to perform a string operation on it before it’s returned to limit a tooltip it is to appear into 250 characters. The console keeps printing truncString = [object Object] and I’m not sure if an object is getting passed and not a specific comment__c field or ?