schema.fillargs.md

November 8, 2023 ยท View on GitHub

Home > @datashaper/schema > FillArgs

FillArgs interface

Signature:

export interface FillArgs extends OutputColumnArgs 

Extends: OutputColumnArgs

Properties

PropertyModifiersTypeDescription
valueValueValue to fill in the new column. All rows will receive this value.

Contents

  1. 1FillArgs interface
  2. 2Properties