Skip to Content

ColumnNote

Type of column to contain a multiline (note) value.

Interface

interface IColumnNote extends IColumn { numberOfLines: int; unlimitedLengthInDocumentLibrary: bool; richText: bool; }

Properties

numberOfLines

Number of lines which the note field can contain.

  • Type: int

  • Required: No

  • Default value: 10

unlimitedLengthInDocumentLibrary

Boolean to indicate whether the field can contain unlimited lenth in document libraries.

  • Type: bool

  • Required: No

  • Default value: true

richText

Boolen to indicate if the note field can contian rich text characters.

  • Type: bool

  • Required: No

  • Default value: true

Last updated on