{{ 'PAC.Xpert.Variable' | translate: { Default: 'Variable' } }}
{{ 'PAC.Xpert.Name' | translate: { Default: 'Name' } }}
{{ 'PAC.Xpert.Type' | translate: { Default: 'Type' } }}
@for (option of typeOptions; track option.value) { {{ option.label | i18n }} }
{{ 'PAC.Xpert.Reducer' | translate: { Default: 'Reducer' } }}
@for (option of operationOptions; track option.value) { {{ option.label | i18n }} }
{{ 'PAC.Xpert.DefaultValue' | translate: { Default: 'Default Value' } }}
{{ 'PAC.Xpert.Description' | translate: { Default: 'Description' } }}