Manual Reference Source
public class | source

Alert

Extends:

react~Component → Alert

Alert is component to present simple message in modal window with OK button.

Access

Stage.Basic.Alert

Usage

<Alert message='This is the message'
       open={true}
       onDismiss={()=>{}}/>