Skip to content

API > TagFieldType

Type alias: TagFieldType

TagFieldType: BaseField & { default: string | number | { id: string; name: string; slug: string; }; tagValue: "SLUG" | "NAME" | "ID" | "ALL"; type: "tag"; }

TagFieldType.default

default?: string | number | { id: string; name: string; slug: string; }

TagFieldType.tagValue

tagValue: "SLUG" | "NAME" | "ID" | "ALL"

TagFieldType.type

type: "tag"

Source

fieldTypes.ts:501