Options
All
  • Public
  • Public/Protected
  • All
Menu

Class View

Hierarchy

  • View

Implements

  • IView

Index

Constructors

Methods

Constructors

constructor

  • new View(vwName: string): View
  • The constructor method for creating a new view object

    Parameters

    • vwName: string

      The view name or alias

    Returns View

Methods

getFirstDocumentBykey

  • getFirstDocumentBykey(key: string): null | Document
  • Finds a document based on its column values within a view. The method returns the first document with column values that match the keys.

    Parameters

    • key: string

      The key for filtering the column

    Returns null | Document

    The first document with the given key. Null if no match is found.

Generated using TypeDoc