PropertyTableCellProps
@firecms/core / PropertyTableCellProps
Interface: PropertyTableCellProps<T>
Section titled “Interface: PropertyTableCellProps<T>”Defined in: components/EntityCollectionTable/PropertyTableCell.tsx:38
Type Parameters
Section titled “Type Parameters”T extends CMSType
Properties
Section titled “Properties”align:
"center"|"left"|"right"
Defined in: components/EntityCollectionTable/PropertyTableCell.tsx:41
columnIndex
Section titled “columnIndex”columnIndex:
number
Defined in: components/EntityCollectionTable/PropertyTableCell.tsx:40
customFieldValidator?
Section titled “customFieldValidator?”
optionalcustomFieldValidator:CustomFieldValidator
Defined in: components/EntityCollectionTable/PropertyTableCell.tsx:42
disabled
Section titled “disabled”disabled:
boolean
Defined in: components/EntityCollectionTable/PropertyTableCell.tsx:50
enablePopupIcon?
Section titled “enablePopupIcon?”
optionalenablePopupIcon:boolean
Defined in: components/EntityCollectionTable/PropertyTableCell.tsx:51
entity
Section titled “entity”entity:
Entity<any>
Defined in: components/EntityCollectionTable/PropertyTableCell.tsx:48
height
Section titled “height”height:
number
Defined in: components/EntityCollectionTable/PropertyTableCell.tsx:46
path:
string
Defined in: components/EntityCollectionTable/PropertyTableCell.tsx:49
property
Section titled “property”property:
ResolvedProperty<T>
Defined in: components/EntityCollectionTable/PropertyTableCell.tsx:45
propertyKey
Section titled “propertyKey”propertyKey:
string
Defined in: components/EntityCollectionTable/PropertyTableCell.tsx:39
readonly
Section titled “readonly”readonly:
boolean
Defined in: components/EntityCollectionTable/PropertyTableCell.tsx:44
value:
T
Defined in: components/EntityCollectionTable/PropertyTableCell.tsx:43
width:
number
Defined in: components/EntityCollectionTable/PropertyTableCell.tsx:47