showRegularSnackBar: function()

in webapp/components/flow-design-system/fds-demo.js [645:654]


    showRegularSnackBar: function () {
        this.snackBarService.openCoaster({
            title: 'Regular',
            message: 'Something interesting.',
            verticalPosition: 'bottom',
            horizontalPosition: 'left',
            color: '#808793',
            duration: 3000
        });
    },