Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProcessWorkItemTypeField

Class that describes a field in a work item type and its properties.

Hierarchy

  • ProcessWorkItemTypeField

Index

Properties

Optional allowGroups

allowGroups: boolean

Allow setting field value to a group identity. Only applies to identity fields.

Optional defaultValue

defaultValue: any

The default value of the field.

Optional description

description: string

Description of the field.

Optional name

name: string

Name of the field.

Optional readOnly

readOnly: boolean

If true the field cannot be edited.

Optional referenceName

referenceName: string

Reference name of the field.

Optional required

required: boolean

If true the field cannot be empty.

Optional url

url: string

Resource URL of the field.

Generated using TypeDoc