Skip to content

TAddFlashMessageEvent object

TAddFlashMessageEvent is an object representing the data of a single flash message and consists of the following fields:

type TAddFlashMessageEvent = {
    flashMessage: FlashMessage;
    containerName: string;
}

FlashMessage

FlashMessage represents the Flash Message model.