Skip to content

NotesView

The NotesView control is used to display and to manipulate with record notes. See Note.
The NotesView inherits all the methods and properties from the base class View.

Constructor:

  • constructor(parent: View)
    Creates an instance of NotesView control.
    • parent: the View containing the control itself.

Properties:

  • source: Record | RecordsView
    Defines the source from which the notes are retrieved. This could be a record or RecordsView (it will display notes of the currently focused record).
  • selected: Note[]
    Returns an array of the currently selected notes.
  • readOnly: boolean
    Indicates whether the control is in read-only mode. Default is false.