constructor(appointmentId, sourceEvent) Constructor
Initializes a new instance of the class.
Declaration
constructor(
appointmentId: string,
sourceEvent: any
)
Parameters
| Name | Type | Description |
|---|---|---|
| appointmentId | string | Specifies an appointment ID. |
| sourceEvent | any | Specifies an event source. |
See Also