ContactSupport
@adamondo/backend / core/email/template/ContactSupport
core/email/template/ContactSupport
Classes
default
Defined in: src/core/email/template/ContactSupport.tsx:24
Extends
Component<ContactSupportProps>
Constructors
Constructor
new default(
props):default
Defined in: node_modules/@types/react/index.d.ts:950
Parameters
props
ContactSupportProps
Returns
Inherited from
React.Component<ContactSupportProps>.constructor
Constructor
new default(
props,context):default
Defined in: node_modules/@types/react/index.d.ts:958
Parameters
props
ContactSupportProps
context
any
value of the parent Context specified
in contextType.
Returns
Inherited from
React.Component<ContactSupportProps>.constructor
Properties
propTypes
staticpropTypes:object
Defined in: src/core/email/template/ContactSupport.tsx:26
Ignored by React.
content
content:
Requireable<InferProps<{ContactMessage:Validator<string>;Validator<string>;name:Validator<string>;userType:Validator<string>;listId:Validator<number>;confirmationCode: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/ContactSupport.tsx:38
Returns
Element
Overrides
React.Component.render