Options
All
  • Public
  • Public/Protected
  • All
Menu

Date 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 displayFormat

displayFormat: number

The display format

Optional format

format: number

The date/time format

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.

name

name: string

The internal name of the field.

Optional readOnly

readOnly: boolean

Flag to determine if the field is readonly.

Optional required

required: boolean

Flag to determine if the field is required.

Optional schemaXml

schemaXml: string

The schema definition of the field.

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

Generated using TypeDoc