BookingConfirmationGuest
@adamondo/backend / core/email/template/BookingConfirmationGuest
core/email/template/BookingConfirmationGuest
Classes
default
Defined in: src/core/email/template/BookingConfirmationGuest.tsx:30
Extends
Component<BookingConfirmationGuestProps>
Constructors
Constructor
new default(
props):default
Defined in: node_modules/@types/react/index.d.ts:950
Parameters
props
BookingConfirmationGuestProps
Returns
Inherited from
Component<BookingConfirmationGuestProps>.constructor
Constructor
new default(
props,context):default
Defined in: node_modules/@types/react/index.d.ts:958
Parameters
props
BookingConfirmationGuestProps
context
any
value of the parent Context specified
in contextType.
Returns
Inherited from
Component<BookingConfirmationGuestProps>.constructor
Properties
propTypes
staticpropTypes:object
Defined in: src/core/email/template/BookingConfirmationGuest.tsx:31
Ignored by React.
content
content:
Validator<NonNullable<InferProps<{hostName:Requireable<string>;guestName:Requireable<string>;listTitle:Requireable<string>;listCity:Requireable<string>;threadId:Validator<number>;siteName:Validator<string>; }>>>
Deprecated
Only kept in types for backwards compatibility. Will be removed in a future major release.
Overrides
Component.propTypes
Methods
render()
render():
Element
Defined in: src/core/email/template/BookingConfirmationGuest.tsx:42
Returns
Element
Overrides
Component.render