Default
The main content area of an interaction details page.
- HTML
<div class="t-content" ng-controller="InteractionDetailsExampleController as ctrl"> <interaction-details-view interaction="ctrl.interaction" only-show-changed="ctrl.showChanged" on-show-changed="ctrl.onShowChanged"> </interaction-details-view> </div>