ColumnPerson

Type of column to contain one or multiple people objects.

Interface

interface IColumnPerson extends IColumn {
  multiple?: boolean;
  userSelectionMode?: string;
  selectionGroup?: int;
}

Properties

multiple

Allow more than one person.

  • Type: boolean

  • Required: No

userSelectionMode

Specifies whether the person field can contain only people or people and groups.

  • Type: string

  • Required: No

  • Posible values: PeopleOnly, PeopleAndGroups

  • Default value: PeopleOnly

selectionGroup

Specifies the ID (int) of the sharepoint group from where users can be selected.

  • Type: int

  • Required: No