Interface CustomFieldContextDefaultValueDate

The default value for a Date custom field.

interface CustomFieldContextDefaultValueDate {
    date?: string;
    type: string;
    useCurrent?: boolean;
}

Properties

date?: string

The default date in ISO format. Ignored if useCurrent is true.

type: string
useCurrent?: boolean

Whether to use the current date.