Skip to content

TRemoveFlashMessageEvent object

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

type TRemoveFlashMessageEvent = {
    id: string;
    containerName: string;

}