itschemaunit
@nishans/core / Exports / ITSchemaUnit
Interface: ITSchemaUnit#
Hierarchy#
- ITSchemaUnit
Index#
Properties#
- checkbox
- created_by
- created_time
- date
- file
- formula
- last_edited_by
- last_edited_time
- multi_select
- number
- person
- phone_number
- relation
- rollup
- select
- text
- title
- url
Properties#
checkbox#
• checkbox: Map<string, SchemaUnit<CheckboxSchemaUnit>>
Defined in: core/types/maps.ts:111
created_by#
• created_by: Map<string, SchemaUnit<CreatedBySchemaUnit>>
Defined in: core/types/maps.ts:119
created_time#
• created_time: Map<string, SchemaUnit<CreatedTimeSchemaUnit>>
Defined in: core/types/maps.ts:118
date#
• date: Map<string, SchemaUnit<DateSchemaUnit>>
Defined in: core/types/maps.ts:108
email#
• email: Map<string, SchemaUnit<EmailSchemaUnit>>
Defined in: core/types/maps.ts:113
file#
• file: Map<string, SchemaUnit<FileSchemaUnit>>
Defined in: core/types/maps.ts:110
formula#
• formula: Map<string, SchemaUnit<FormulaSchemaUnit>>
Defined in: core/types/maps.ts:115
last_edited_by#
• last_edited_by: Map<string, SchemaUnit<LastEditedBySchemaUnit>>
Defined in: core/types/maps.ts:121
last_edited_time#
• last_edited_time: Map<string, SchemaUnit<LastEditedTimeSchemaUnit>>
Defined in: core/types/maps.ts:120
multi_select#
• multi_select: Map<string, SchemaUnit<MultiSelectSchemaUnit>>
Defined in: core/types/maps.ts:106
number#
• number: Map<string, SchemaUnit<NumberSchemaUnit>>
Defined in: core/types/maps.ts:104
person#
• person: Map<string, SchemaUnit<PersonSchemaUnit>>
Defined in: core/types/maps.ts:109
phone_number#
• phone_number: Map<string, SchemaUnit<PhoneNumberSchemaUnit>>
Defined in: core/types/maps.ts:114
relation#
• relation: Map<string, SchemaUnit<RelationSchemaUnit>>
Defined in: core/types/maps.ts:116
rollup#
• rollup: Map<string, SchemaUnit<RollupSchemaUnit>>
Defined in: core/types/maps.ts:117
select#
• select: Map<string, SchemaUnit<SelectSchemaUnit>>
Defined in: core/types/maps.ts:105
text#
• text: Map<string, SchemaUnit<TextSchemaUnit>>
Defined in: core/types/maps.ts:103
title#
• title: Map<string, SchemaUnit<TitleSchemaUnit>>
Defined in: core/types/maps.ts:107
url#
• url: Map<string, SchemaUnit<UrlSchemaUnit>>
Defined in: core/types/maps.ts:112