Skip to content

PropertyTableCellProps

@firecms/core


@firecms/core / PropertyTableCellProps

Defined in: components/EntityCollectionTable/PropertyTableCell.tsx:38

T extends CMSType

align: "center" | "left" | "right"

Defined in: components/EntityCollectionTable/PropertyTableCell.tsx:41


columnIndex: number

Defined in: components/EntityCollectionTable/PropertyTableCell.tsx:40


optional customFieldValidator: CustomFieldValidator

Defined in: components/EntityCollectionTable/PropertyTableCell.tsx:42


disabled: boolean

Defined in: components/EntityCollectionTable/PropertyTableCell.tsx:50


optional enablePopupIcon: boolean

Defined in: components/EntityCollectionTable/PropertyTableCell.tsx:51


entity: Entity<any>

Defined in: components/EntityCollectionTable/PropertyTableCell.tsx:48


height: number

Defined in: components/EntityCollectionTable/PropertyTableCell.tsx:46


path: string

Defined in: components/EntityCollectionTable/PropertyTableCell.tsx:49


property: ResolvedProperty<T>

Defined in: components/EntityCollectionTable/PropertyTableCell.tsx:45


propertyKey: string

Defined in: components/EntityCollectionTable/PropertyTableCell.tsx:39


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