showWarnSnackBar: function()

in webapp/components/flow-design-system/fds-demo.js [622:632]


    showWarnSnackBar: function () {
        this.snackBarService.openCoaster({
            title: 'Warning',
            message: 'Some help text regarding the warning.',
            verticalPosition: 'top',
            horizontalPosition: 'left',
            icon: 'fa fa-exclamation-triangle',
            color: '#E98A40',
            duration: 3000
        });
    },