schema.booleanargs.md

November 8, 2023 ยท View on GitHub

Home > @datashaper/schema > BooleanArgs

BooleanArgs interface

Signature:

export interface BooleanArgs extends InputColumnListArgs, OutputColumnArgs 

Extends: InputColumnListArgs, OutputColumnArgs

Properties

PropertyModifiersTypeDescription
operatorBooleanOperatorBoolean comparison type to apply across the list of input column values

Contents

  1. 1BooleanArgs interface
  2. 2Properties