Toastr api

Overview
API
Theme
Examples

NbToastrService

Methods

NameDescription
control()
parameters: message: any, title: any, config: Partial
returns:NbToastRef

Shows control toast with message, title and user config.

danger()
parameters: message: any, title: any, config: Partial
returns:NbToastRef

Shows danger toast with message, title and user config.

default()
parameters: message: any, title: any, config: Partial
returns:NbToastRef

Shows default toast with message, title and user config.

info()
parameters: message: any, title: any, config: Partial
returns:NbToastRef

Shows info toast with message, title and user config.

primary()
parameters: message: any, title: any, config: Partial
returns:NbToastRef

Shows primary toast with message, title and user config.

show()
parameters: message: any, title: any, userConfig: Partial
returns:NbToastRef

Shows toast with message, title and user config.

success()
parameters: message: any, title: any, config: Partial
returns:NbToastRef

Shows success toast with message, title and user config.

warning()
parameters: message: any, title: any, config: Partial
returns:NbToastRef

Shows warning toast with message, title and user config.

NbToastrConfig

Properties

NameTypeDescription
destroyByClickboolean

Destroy by click means you can hide the toast by clicking it.

duplicatesBehaviourNbDuplicateToastBehaviour

Determines the how to treat duplicates.

durationnumber

Duration is timeout between toast appears and disappears.

hasIconboolean

Determines render icon or not.

icon

Icon name or icon config object that can be provided to render custom icon.

positionNbGlobalPosition

Determines where on the screen toast have to be rendered.

preventDuplicatesboolean

If preventDuplicates is true then the toast with the same title, message and status will not be rendered. Find duplicates behaviour determined by preventDuplicates. The default previous duplicate behaviour is used.

statusNbComponentOrCustomStatus

Status chooses color scheme for the toast.

toastClassstring

Class to be applied to the toast.

Dialog
Previous page
Tooltip
Next page

Need some help or found an issue?

Ask on Stack Overflow with tag `nebular` or post an issue on GitHub.