Home > @i2analyze/notebook-sdk > app > IPendingRecord
app.IPendingRecord interface
A record that has been created in a mutation handler, but has not yet been added to a chart.
Signature:
interface IPendingRecord extends IRecordEditor
Extends: IRecordEditor
Introduced: version 1.1
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| recordId | readonly |
records.AnalyzeRecordId | Gets the identifier of the record. |
Methods
| Method | Description |
|---|---|
| addNote(noteData) | Adds a new note to the record. (Inherited from IRecordEditor) |
| addSourceIdentifier(identifierData) | Adds a new source identifier to the record. (Inherited from IRecordEditor) |
| addSourceReference(refData) | Adds a new source reference to the record. (Inherited from IRecordEditor) |
| removeNote(note) | Removes a note from the record. (Inherited from IRecordEditor) |
| removeSourceReference(ref) | Removes a source reference from the record. (Inherited from IRecordEditor) |
| replaceNote(note, noteData) | Replaces an existing note on the record with a new one. (Inherited from IRecordEditor) |
| replaceSecurity(security) | Replaces the record's security settings with a new set. (Inherited from IRecordEditor) |
| replaceSourceReference(ref, refData) | Replaces an existing source reference on the record with a new one. (Inherited from IRecordEditor) |
| setLinkDirection(linkDirection) | Sets the direction of a link record. (Inherited from IRecordEditor) |
| setProperties(properties) | Sets or clears the values of properties on the record. (Inherited from IRecordEditor) |