## inflateElement() function

**Signature:**

```typescript
export declare function inflateElement(path: string, partial: Partial<InternalSchemaElement>): InternalSchemaElement;
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| path | string |  |
| partial | Partial< [InternalSchemaElement](/content/docs/sdk/core.internalschemaelement) > |  |

**Returns:**

[InternalSchemaElement](/content/docs/sdk/core.internalschemaelement)
