NewInquiry
@adamondo/backend / core/email/template/NewInquiry
core/email/template/NewInquiry
Classes
default
Defined in: src/core/email/template/NewInquiry.tsx:35
Extends
Component<NewInquiryProps>
Constructors
Constructor
new default(
props):default
Defined in: node_modules/@types/react/index.d.ts:950
Parameters
props
Returns
Inherited from
React.Component<NewInquiryProps>.constructor
Constructor
new default(
props,context):default
Defined in: node_modules/@types/react/index.d.ts:958
Parameters
props
context
any
value of the parent Context specified
in contextType.
Returns
Inherited from
React.Component<NewInquiryProps>.constructor
Properties
propTypes
staticpropTypes:object
Defined in: src/core/email/template/NewInquiry.tsx:36
Ignored by React.
content
content:
Validator<NonNullable<InferProps<{receiverName:Validator<string>;senderName:Validator<string>;message:Validator<string>;threadId:Validator<number>;checkIn:Validator<string>;checkout:Validator<string>;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/NewInquiry.tsx:48
Returns
Element
Overrides
React.Component.render
Interfaces
NewInquiryProps
Defined in: src/core/email/template/NewInquiry.tsx:20
Properties
content
content:
object
Defined in: src/core/email/template/NewInquiry.tsx:21
receiverName
receiverName:
string
senderName
senderName:
string
message
message:
string
threadId
threadId:
number
checkIn
checkIn:
string
checkOut
checkOut:
string
startTime
startTime:
number
endTime
endTime:
number
siteName
siteName:
string
logo
logo:
string