Constructor
new FlashCardSet(props) → {React.Component}
Parameters:
| Name | Type | Description | 
|---|---|---|
props | 
            
            Object | Props for FlashCardSet including various event and item details. | 
- Source:
 
Returns:
    A paper component displaying a flashcard set.
- Type
 - React.Component
 
Methods
(static) handleClose()
    Closes the share dialog.
- Source:
 
(static) handleScheduleD(selectedDate, selectedTime, eventName)
    Handles scheduling of an event.
    Parameters:
| Name | Type | Description | 
|---|---|---|
selectedDate | 
            
            Date | The selected date for the event. | 
selectedTime | 
            
            string | The selected time for the event. | 
eventName | 
            
            string | The name of the event. | 
- Source:
 
(static) openScheduleDialogD(e)
    Opens the dialog to schedule an event.
    Parameters:
| Name | Type | Description | 
|---|---|---|
e | 
            
            Object | Event object to prevent event bubbling. | 
- Source: