Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Document

Implements

  • IDocument

Index

Constructors

Methods

Constructors

constructor

  • The constructor method for creating a new document object

    Parameters

    • Optional unid: string

      The document unique id. If omitted, the current document in the page is used

    Returns Document

Methods

getItemValueString

  • getItemValueString(fieldName: string): string
  • Returns the value of an item with a single text value.

    Parameters

    • fieldName: string

      the notes field name. Example getItemValueString("Authors")

    Returns string

    • The value of the notes field

Generated using TypeDoc