Interface: NotificationAdapter
Defined in: packages/db/src/collections-types.ts:3
Properties
Section titled “Properties”showCompleteOverlapNotification()
Section titled “showCompleteOverlapNotification()”showCompleteOverlapNotification: () => void;Defined in: packages/db/src/collections-types.ts:11
Returns
Section titled “Returns”void
showError()
Section titled “showError()”showError: (message) => void;Defined in: packages/db/src/collections-types.ts:5
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
message | string |
Returns
Section titled “Returns”void
showOverlapNotification()
Section titled “showOverlapNotification()”showOverlapNotification: (originalSession, overlappingSessions, createdSessions) => void;Defined in: packages/db/src/collections-types.ts:6
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
originalSession | { } |
overlappingSessions | { }[] |
createdSessions | { }[] |
Returns
Section titled “Returns”void
showSuccess()
Section titled “showSuccess()”showSuccess: (message) => void;Defined in: packages/db/src/collections-types.ts:4
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
message | string |
Returns
Section titled “Returns”void