Interface ProjectV2FieldConfiguration

Source
Expand description

Field configuration interface for Project V2 fields.

remarks

Contains metadata about a field in a project, including its name and data type.

interface ProjectV2FieldConfiguration {
    dataType?: ProjectV2FieldType;
    id?: string;
    name?: string;
}

Properties§

§dataType?: ProjectV2FieldType

The data type of the field

§id?: string

The unique identifier of the field

§name?: string

The name of the field