# Function: OfferFullScreenEmbed()

```typescript
export function OfferFullScreenEmbed({
  isOpen,
  onClose,
  offer,
  domain: domainProp,
  inheritParameters,
  parameters,
  customer: customerProp,
  onComplete,
  onSuccess,
  onError,
  events: eventsProp = {},
}: FullScreenEmbedProps)
```

Defined in: [embeds/NumiFullScreenEmbed.tsx:43](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/react/src/embeds/NumiFullScreenEmbed.tsx#L43)

## Parameters

### \_\_namedParameters

[`FullScreenEmbedProps`](https://plandalf.com/docs/packages/react/interfaces/FullScreenEmbedProps)

## Returns

`Element` \| `null`

Source: https://plandalf.com/docs/packages/react/functions/OfferFullScreenEmbed
