Home > @i2analyze/notebook-sdk > schema > INotesSchema
schema.INotesSchema interface
A schema for notes, which places constraints on their use.
Signature:
interface INotesSchema
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
maximumNotes | readonly |
number | Gets the maximum number of notes that any single record can have. |
maxStringLength | readonly |
data.ICharLimit | Gets the maximum size of any single note. |