schema.orderbyinstruction.md

November 8, 2023 ยท View on GitHub

Home > @datashaper/schema > OrderbyInstruction

OrderbyInstruction interface

Signature:

export interface OrderbyInstruction 

Properties

PropertyModifiersTypeDescription
columnstringName of the column to order by
direction?SortDirection(Optional) Direction to order by

Contents

  1. 1OrderbyInstruction interface
  2. 2Properties