Interface CustomFieldContextDefaultValueFloat

Default value for a float (number) custom field.

interface CustomFieldContextDefaultValueFloat {
    contextId: string;
    number: number;
    type: string;
}

Properties

Properties

contextId: string

The ID of the context.

number: number

The default floating-point number.

type: string