constructor(appointmentIds) Constructor
In This Article
Initializes a new instance of the class.
#Declaration
TypeScript
constructor(
appointmentIds: string[]
)
#Parameters
Name | Type | Description |
---|---|---|
appointment |
string[] | Represents an array of appointments’ IDs. |
See Also