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

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [WindowArgs](./schema.windowargs.md)

## WindowArgs interface

<b>Signature:</b>

```typescript
export interface WindowArgs extends InputColumnArgs, OutputColumnArgs 
```
<b>Extends:</b> [InputColumnArgs](./schema.inputcolumnargs.md)<!-- -->, [OutputColumnArgs](./schema.outputcolumnargs.md)

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [operation](./schema.windowargs.operation.md) |  | [WindowFunction](./schema.windowfunction.md) | Window function to apply to the column. |

