Skip to main content

foundation-notifications.toastbuilder.withtype

Home > @genesislcap/foundation-notifications > ToastBuilder > withType

ToastBuilder.withType() method

Warning: This API is now obsolete.

Use showNotificationToast instead or provide a NotificationStructure object when used with an event for a notification listener.

Add type to notification, if the type is anything other than 'warning' or 'success' do not add it

Signature:

withType(type: NotificationType): ToastBuilder;

Parameters

Parameter

Type

Description

type

NotificationType

NotificationType

Returns:

ToastBuilder