i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > data > INote

    data.INote interface

    A note for a record.

    Signature:

    interface INote 
    

    Introduced: version 1.0

    Properties

    Property Modifiers Type Description
    contents readonly string Gets the contents of the note.
    creator readonly IUser Gets the creator of the note.
    firstUploaded readonly IUserAndDateAndTime | undefined Gets information about when and by whom the note was first uploaded.
    id readonly NoteId Gets the identifier of the note.
    lastUploaded readonly IUserAndDateAndTime | undefined Gets information about when and by whom the note was last uploaded.
    In this article
    Back to top © N. Harris Computer Corporation