BookingConfirmationHost
@adamondo/backend / core/email/template/BookingConfirmationHost
core/email/template/BookingConfirmationHost
Classes
default
Defined in: src/core/email/template/BookingConfirmationHost.tsx:31
Extends
Component<BookingConfirmationHostProps>
Constructors
Constructor
new default(
props):default
Defined in: node_modules/@types/react/index.d.ts:950
Parameters
props
BookingConfirmationHostProps
Returns
Inherited from
React.Component<BookingConfirmationHostProps>.constructor
Constructor
new default(
props,context):default
Defined in: node_modules/@types/react/index.d.ts:958
Parameters
props
BookingConfirmationHostProps
context
any
value of the parent Context specified
in contextType.
Returns
Inherited from
React.Component<BookingConfirmationHostProps>.constructor
Properties
propTypes
staticpropTypes:object
Defined in: src/core/email/template/BookingConfirmationHost.tsx:33
Ignored by React.
content
content:
Validator<NonNullable<InferProps<{reservationId:Validator<number>;threadId:Validator<number>;confirmationCode:Validator<number>;guestName:Validator<string>;guestLastName:Validator<string>;guestLocation:Validator<string>;guestProfilePic:Validator<string>;guestJoinedDate:Validator<string>;checkIn:Validator<NonNullable<NonNullable<string|Date|null|undefined>>>;checkOut:Validator<NonNullable<NonNullable<string|Date|null|undefined>>>;startTime:Validator<number>;endTime:Validator<number>;siteName:Validator<string>; }>>>
Deprecated
Only kept in types for backwards compatibility. Will be removed in a future major release.
Overrides
React.Component.propTypes
Methods
render()
render():
Element
Defined in: src/core/email/template/BookingConfirmationHost.tsx:51
Returns
Element
Overrides
React.Component.render