Skip to main content

Message

The message object provides access to the message API that can be used to display messages to the user.

This is based on the Ant Design message API.

message.success(content: string, duration?: number) => void 
message.error(content: string, duration?: number) => void 
message.info(content: string, duration?: number) => void 
message.warning(content: string, duration?: number) => void 
message.loading(content: string, duration?: number) => void