ColumnLookup
Type of column to contain one or multiple lookup values.
Interface
interface IColumnLookup extends IColumn {
lookupListUrl: string;
lookupField: string;
multiple?: boolean;
}Properties
lookupListUrl
Relative URL of the list from which the items will be retrieved.
-
Type:
string -
Required: Yes
-
Example:
"Lists/Categories"
lookupField
Name of the field that will be used to search and retrieve the items.
-
Type:
string -
Required: Yes
multiple
Allows you to select multiple items.
-
Type:
boolean -
Required: No
Last updated on