Interface FieldSchema

Hierarchy

Index

Properties

Properties

public AllowGridEditing: boolean

Specifies if the field can be edited while list view is in the Grid mode

public FieldType: string

String representation of the field type, e.g. "Lookup". Same as SPField.TypeAsString

public Name: string

Internal name of the field

public Type: string

For OOTB fields, returns the type of field. For "UserMulti" returns "User", for "LookupMulti" returns "Lookup". For custom field types, returns base type of the field.