Interface CustomField

Hierarchy

  • CustomField

Properties

canonical_name?: string

The canonical name for a Shortcut-defined field.

created_at: string

The instant when this CustomField was created.

Format

date-time

description?: string

A string description of the CustomField

Min Length

1

Max Length

512

enabled: boolean

When true, the CustomField can be applied to entities in the Workspace.

entity_type: "custom-field"

A string description of this resource.

field_type: "enum"

The type of Custom Field, eg. 'enum'.

fixed_position?: boolean

When true, the CustomFieldEnumValues may not be reordered.

icon_set_identifier?: string

A string that represents the icon that corresponds to this custom field.

Min Length

1

Max Length

63

id: string

The unique public ID for the CustomField.

Format

uuid

name: string

The name of the Custom Field.

Min Length

1

Max Length

63

position: number

An integer indicating the position of this Custom Field with respect to the other CustomField

Format

int64

story_types?: string[]

The types of stories this CustomField is scoped to.

updated_at: string

The instant when this CustomField was last updated.

Format

date-time

A collection of legal values for a CustomField.

Generated using TypeDoc