Skip to content

Latest commit

 

History

History
97 lines (84 loc) · 1.82 KB

customfield.md

File metadata and controls

97 lines (84 loc) · 1.82 KB

CustomField

Supported Types

components.CustomFieldCheckbox

const value: components.CustomFieldCheckbox = {
  createdAt: new Date("2025-01-20T16:30:55.711Z"),
  modifiedAt: new Date("2024-12-20T19:27:59.598Z"),
  id: "<value>",
  metadata: {
    "key": false,
  },
  slug: "<value>",
  name: "<value>",
  organizationId: "<value>",
  properties: {},
};

components.CustomFieldDate

const value: components.CustomFieldDate = {
  createdAt: new Date("2023-04-17T14:16:27.461Z"),
  modifiedAt: new Date("2024-06-29T13:31:25.620Z"),
  id: "<value>",
  metadata: {
    "key": 241557,
  },
  slug: "<value>",
  name: "<value>",
  organizationId: "<value>",
  properties: {},
};

components.CustomFieldNumber

const value: components.CustomFieldNumber = {
  createdAt: new Date("2023-07-05T06:02:39.418Z"),
  modifiedAt: new Date("2025-07-31T02:24:51.557Z"),
  id: "<value>",
  metadata: {
    "key": "<value>",
  },
  slug: "<value>",
  name: "<value>",
  organizationId: "<value>",
  properties: {},
};

components.CustomFieldSelect

const value: components.CustomFieldSelect = {
  createdAt: new Date("2024-05-30T19:12:44.124Z"),
  modifiedAt: new Date("2023-05-07T22:53:51.252Z"),
  id: "<value>",
  metadata: {
    "key": 979963,
  },
  slug: "<value>",
  name: "<value>",
  organizationId: "<value>",
  properties: {
    options: [
      {
        value: "<value>",
        label: "<value>",
      },
    ],
  },
};

components.CustomFieldText

const value: components.CustomFieldText = {
  createdAt: new Date("2024-04-09T09:10:18.917Z"),
  modifiedAt: new Date("2025-07-28T09:48:49.789Z"),
  id: "<value>",
  metadata: {
    "key": "<value>",
  },
  slug: "<value>",
  name: "<value>",
  organizationId: "<value>",
  properties: {},
};