TableField
List of table field information
Field : Object | Description |
---|---|
allChildrenMustBeDoneToFinishParent: Boolean | Whether all child items must be done to finish the parent item |
canConnectExisting: Boolean | Whether it's possible to connect existing items |
canConnectMultiples: Boolean | Whether it's possible to connect multiple items |
canCreateNewConnected: Boolean | Whether its possible to create new connected items |
childMustExistToFinishParent: Boolean | Whether a child must exist to finish the parent |
connectedRepo: PublicRepoUnion | Repo (Pipe or Table) representation |
custom_validation: String | The regex used to validate the field value |
description: String | The field description |
help: String | The field help text |
id: ID | The field ID |
index: Float | field index |
index_name: String | field index name |
internal_id: ID | The field internal ID |
is_multiple: Boolean | Whether the field accepts multiple entries |
label: String | The field title |
minimal_view: Boolean | Whether the field is minimal |
options: [String] | The options of the Checklist, Radio or Select field |
required: Boolean | Whether the field is required |
type: String | The field type. Valid options: assignee_select, attachment, checklist_horizontal, checklist_vertical, cnpj, connector, cpf, currency, date, datetime, due_date, email, id, label_select, long_text, number, phone, radio_horizontal, radio_vertical, select, short_text, statement, time, formula, dynamic_content |
unique: Boolean | Whether the field must have a unique value |
uuid: ID | The field Universally Unique ID |
Deprecated : Object | Description |
---|---|
connected_repo | Deprecated. Repo (Pipe or Table) representation |