Interface CustomFieldContextDefaultValueForgeDateTimeField

The default value for a Forge date time custom field.

interface CustomFieldContextDefaultValueForgeDateTimeField {
    contextId: string;
    dateTime?: string;
    type: string;
    useCurrent?: boolean;
}

Properties

contextId: string

The ID of the context.

dateTime?: string

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

type: string
useCurrent?: boolean

Whether to use the current date.