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