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

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [FillArgs](./schema.fillargs.md)

## FillArgs interface

<b>Signature:</b>

```typescript
export interface FillArgs extends OutputColumnArgs 
```
<b>Extends:</b> [OutputColumnArgs](./schema.outputcolumnargs.md)

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [value](./schema.fillargs.value.md) |  | [Value](./schema.value.md) | Value to fill in the new column. All rows will receive this value. |

