Interface: IHoverRichTextInfo
Defined in: submodules/univer/packages/sheets-ui/src/services/hover-manager.service.ts:44
Extends
Properties
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
bullet? | Nullable <IParagraph > | active bullet in cell, if cell is rich-text | - | submodules/univer/packages/sheets-ui/src/services/hover-manager.service.ts:52 |
customRange? | Nullable <ICustomRange > | active custom range in cell, if cell is rich-text | - | submodules/univer/packages/sheets-ui/src/services/hover-manager.service.ts:48 |
drawing? | Nullable <string > | - | - | submodules/univer/packages/sheets-ui/src/services/hover-manager.service.ts:58 |
location | ISheetLocationBase | location of cell | IHoverCellPosition .location | submodules/univer/packages/sheets-ui/src/services/hover-manager.service.ts:33 |
position | IPosition | - | IHoverCellPosition .position | submodules/univer/packages/sheets-ui/src/services/hover-manager.service.ts:29 |
rect? | Nullable <IBoundRectNoAngle > | rect of custom-range or bullet | - | submodules/univer/packages/sheets-ui/src/services/hover-manager.service.ts:56 |