Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFieldInfoLookup

Lookup Field Information

Hierarchy

Index

Properties

Optional allowDeletion

allowDeletion: boolean

True, to allow deletion of the field.

Optional defaultValue

defaultValue: string

The default value of the field.

Optional description

description: string

The field description.

Optional fieldRef

fieldRef: string

The field reference (Required for associated lookup fields)

Optional group

group: string

The group name.

Optional hidden

hidden: boolean

True for hidden fields.

Optional indexed

indexed: boolean

True to index the field.

Optional jslink

jslink: string

The JSLink value for the field.

Optional listId

listId: string

The list id

Optional listName

listName: string

The list name

Optional multi

multi: boolean

Allow multiple lookup values

name

name: string

The internal name of the field.

Optional readOnly

readOnly: boolean

Flag to determine if the field is readonly.

Optional relationshipBehavior

relationshipBehavior: number

The lookup field relationship behavior

Optional required

required: boolean

Flag to determine if the field is required.

Optional schemaXml

schemaXml: string

The schema definition of the field.

Optional showField

showField: string

The lookup field to show

Optional showInDisplayForm

showInDisplayForm: boolean

Flag to make this field visible in the display form.

Optional showInEditForm

showInEditForm: boolean

Flag to make this field visible in the edit form.

Optional showInListSettings

showInListSettings: boolean

Flag to make this field visible in the list settings.

Optional showInNewForm

showInNewForm: boolean

Flag to make this field visible in the new form.

Optional showInViewForms

showInViewForms: boolean

Flag to make this field visible in the list views.

Optional title

title: string

The field title

Optional type

type: number

The field type

Optional webUrl

webUrl: string

The relative web url containing the list

Generated using TypeDoc