@twilio/flex-sdk
Preparing search index...
@twilio/flex-sdk
ReservationEvents
Interface ReservationEvents
interface
ReservationEvents
{
accepted
:
(
reservation
:
Reservation
)
=>
void
;
canceled
:
(
reservation
:
Reservation
)
=>
void
;
completed
:
(
reservation
:
Reservation
)
=>
void
;
rejected
:
(
reservation
:
Reservation
)
=>
void
;
rescinded
:
(
reservation
:
Reservation
)
=>
void
;
timeout
:
(
reservation
:
Reservation
)
=>
void
;
wrapup
:
(
reservation
:
Reservation
)
=>
void
;
}
Index
Properties
accepted
canceled
completed
rejected
rescinded
timeout
wrapup
Properties
accepted
accepted
:
(
reservation
:
Reservation
)
=>
void
canceled
canceled
:
(
reservation
:
Reservation
)
=>
void
completed
completed
:
(
reservation
:
Reservation
)
=>
void
rejected
rejected
:
(
reservation
:
Reservation
)
=>
void
rescinded
rescinded
:
(
reservation
:
Reservation
)
=>
void
timeout
timeout
:
(
reservation
:
Reservation
)
=>
void
wrapup
wrapup
:
(
reservation
:
Reservation
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accepted
canceled
completed
rejected
rescinded
timeout
wrapup
@twilio/flex-sdk
Loading...