# Interface: PlandalfProviderProps

Defined in: [context/PlandalfProvider.tsx:6](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/react/src/context/PlandalfProvider.tsx#L6)

## Extends

- `Partial`\<[`FlowResultStatus`](https://plandalf.com/docs/packages/react/variables/FlowResultStatus)\>

## Properties

### children

> **children**: `ReactNode`

Defined in: [context/PlandalfProvider.tsx:12](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/react/src/context/PlandalfProvider.tsx#L12)

***

### publicKey?

> `optional` **publicKey?**: `string`

Defined in: [context/PlandalfProvider.tsx:11](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/react/src/context/PlandalfProvider.tsx#L11)

Optional. The core SDK identifies the org via `apiBase` (your org's
Plandalf URL); the key is only consumed by the legacy embed wrapper.

Source: https://plandalf.com/docs/packages/react/interfaces/PlandalfProviderProps
