Skip to content

Latest commit

 

History

History
97 lines (84 loc) · 1.96 KB

customfield.md

File metadata and controls

97 lines (84 loc) · 1.96 KB

CustomField

Supported Types

components.CustomFieldCheckbox

const value: components.CustomFieldCheckbox = {
  createdAt: new Date("2024-12-15T08:54:31.599Z"),
  modifiedAt: new Date("2023-07-17T23:18:22.207Z"),
  id: "<value>",
  metadata: {
    "key": false,
  },
  slug: "<value>",
  name: "<value>",
  organizationId: "1dbfc517-0bbf-4301-9ba8-555ca42b9737",
  properties: {},
};

components.CustomFieldDate

const value: components.CustomFieldDate = {
  createdAt: new Date("2023-02-13T09:39:00.718Z"),
  modifiedAt: new Date("2025-03-16T00:30:11.499Z"),
  id: "<value>",
  metadata: {
    "key": 617891,
  },
  slug: "<value>",
  name: "<value>",
  organizationId: "1dbfc517-0bbf-4301-9ba8-555ca42b9737",
  properties: {},
};

components.CustomFieldNumber

const value: components.CustomFieldNumber = {
  createdAt: new Date("2024-09-14T18:42:51.369Z"),
  modifiedAt: new Date("2024-08-23T20:36:51.735Z"),
  id: "<value>",
  metadata: {
    "key": "<value>",
  },
  slug: "<value>",
  name: "<value>",
  organizationId: "1dbfc517-0bbf-4301-9ba8-555ca42b9737",
  properties: {},
};

components.CustomFieldSelect

const value: components.CustomFieldSelect = {
  createdAt: new Date("2024-07-07T06:15:52.159Z"),
  modifiedAt: new Date("2025-12-12T23:38:43.148Z"),
  id: "<value>",
  metadata: {
    "key": 879621,
  },
  slug: "<value>",
  name: "<value>",
  organizationId: "1dbfc517-0bbf-4301-9ba8-555ca42b9737",
  properties: {
    options: [
      {
        value: "<value>",
        label: "<value>",
      },
    ],
  },
};

components.CustomFieldText

const value: components.CustomFieldText = {
  createdAt: new Date("2025-11-19T01:45:51.741Z"),
  modifiedAt: new Date("2023-01-30T08:04:14.705Z"),
  id: "<value>",
  metadata: {
    "key": false,
  },
  slug: "<value>",
  name: "<value>",
  organizationId: "1dbfc517-0bbf-4301-9ba8-555ca42b9737",
  properties: {},
};