The default value for a URL custom field.

interface CustomFieldContextDefaultValueUrl {
    contextId: string;
    type: string;
    url: string;
}

Properties

Properties

contextId: string

The ID of the context.

type: string
url: string

The default URL.