@switch (data?.buttonType || type) { @case ('icon-button') { } @case ('flat-button') { @if (actionRef.title) { {{ actionRef.title | translate }} } } @case ('stroked-button') { @if (actionRef.title) { {{ actionRef.title | translate }} } } @case ('menu-item') { } }