Skip to content

API > UrlFieldType

Type alias: UrlFieldType

UrlFieldType: BaseField & { default: { content_id: number; href: string; supported_types: UrlTypes[]; type: UrlTypes; }; supportedTypes: UrlTypes[]; type: "url"; }

UrlFieldType.default

default?: object

default.content_id

content_id?: number

default.href

href?: string

default.supported_types

supported_types?: UrlTypes[]

default.type

type?: UrlTypes

UrlFieldType.supportedTypes

supportedTypes: UrlTypes[]

UrlFieldType.type

type: "url"

Source

fieldTypes.ts:536