{{ 'Story.LinkedAnalysis.Title' | translate: { Default: 'Linked Analysis' } }}

@for (option of applyTos; track option) { {{ 'Story.LinkedAnalysis.' + option | translate: { Default: option } }} } @if (interactionApplyTo === LinkedInteractionApplyTo.OnlySelectedWidgets) { {{ 'Story.LinkedAnalysis.ConnectNewly' | translate: { Default: 'Connect Newly' } }} }
@if (interactionApplyTo === LinkedInteractionApplyTo.OnlySelectedWidgets) {
    @for (widget of widgets; track widget) {
  • {{ widget.caption }} @if (option.isSelected()) { }
  • }
}