SelectedCellProps
@firecms/core / SelectedCellProps
Type Alias: SelectedCellProps<M>
Section titled “Type Alias: SelectedCellProps<M>”SelectedCellProps<
M> =object
Defined in: types/collections.ts:657
Type Parameters
Section titled “Type Parameters”M extends Record<string, any>
Properties
Section titled “Properties”cellRect
Section titled “cellRect”cellRect:
DOMRect
Defined in: types/collections.ts:659
entityId
Section titled “entityId”entityId:
string
Defined in: types/collections.ts:663
entityPath
Section titled “entityPath”entityPath:
string
Defined in: types/collections.ts:662
height
Section titled “height”height:
number
Defined in: types/collections.ts:661
propertyKey
Section titled “propertyKey”propertyKey:
Extract<keyofM,string>
Defined in: types/collections.ts:658
width:
number
Defined in: types/collections.ts:660