Interface FieldType

Describes a field that can be used in the Grid and QueryBuilder components.

Hierarchy

Hierarchy (View Summary)

Properties

The data type of the field.

defaultDateTimeFormat?: string

Default date/time format for Date/Time fields.

defaultTimeFormat?: string

Default time format for Date/Time fields.

editorOptions?: IFieldEditorOptions

Options for the editor associated with this field.

field: string

The internal field name, used in expressions and queries.

Optional filtering operands that apply to this field.

header?: string

Optional column header for UI display purposes.

label?: string

Display label for the field.

pipeArgs?: IFieldPipeArgs

Optional arguments for any pipe applied to the field.

Methods