Skip to main content
Version: v3

Toast

Type

(props: Props, renderFuncArr?: RenderFunc | Array<RenderFunc>) => result: RenderFunc

Props: object

NameDescriptionRequiredTypeDefault
durationDuration of the popup promptNOnumber2000
horizontalHorizontal position of the ToastNOstringcenter
messageThe message to displayNOstring-
verticalThe vertical position of the ToastNOstringtop
visibleIf true, the Toast is visibleNOboolean-
onCloseTriggers a callback when the component requests to be closedNOfunction-