<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [MergeArgs](./schema.mergeargs.md) &gt; [unhot](./schema.mergeargs.unhot.md)

## MergeArgs.unhot property

Indicates that columns should be "unhot" before merging. In other words, replace all 1s with the column name, and 0s with undefined.

<b>Signature:</b>

```typescript
unhot?: boolean;
```
