Skip to content

TAddFlashMessagesEvent object

TAddFlashMessagesEvent is an object representing the data of a list of flash messages and consists of the following fields:

type TAddFlashMessagesEvent = {
    flashMessages: FlashMessage[];
    containerName: string;
}

FlashMessage

FlashMessage represents the Flash Message model.