Skip to main content

ClaimUpdateGuest

@adamondo/backend


@adamondo/backend / core/email/template/ClaimUpdateGuest

core/email/template/ClaimUpdateGuest

Classes

default

Defined in: src/core/email/template/ClaimUpdateGuest.tsx:27

Extends

  • Component<ClaimUpdateGuestProps>

Constructors

Constructor

new default(props): default

Defined in: node_modules/@types/react/index.d.ts:950

Parameters
props

ClaimUpdateGuestProps

Returns

default

Inherited from

React.Component<ClaimUpdateGuestProps>.constructor

Constructor

new default(props, context): default

Defined in: node_modules/@types/react/index.d.ts:958

Parameters
props

ClaimUpdateGuestProps

context

any

value of the parent Context specified in contextType.

Returns

default

Inherited from

React.Component<ClaimUpdateGuestProps>.constructor

Properties

propTypes

static propTypes: object

Defined in: src/core/email/template/ClaimUpdateGuest.tsx:28

Ignored by React.

content

content: Validator<NonNullable<InferProps<{ guestName: Requireable<string>; hostName: Requireable<string>; threadId: Validator<number>; listTitle: Requireable<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/ClaimUpdateGuest.tsx:38

Returns

Element

Overrides

React.Component.render