API Reference
@univerjs
@univerjs/sheets-ui
interfaces
Icanvaspopup

@univerjs/sheets-ui v0.1.17Docs


Interface: ICanvasPopup

Extends

  • Pick<IPopup, | "direction" | "excludeOutside" | "closeOnSelfTarget" | "componentKey" | "offset" | "onClickOutside">

Properties

PropertyTypeInherited fromDefined in
closeOnSelfTarget?booleanPick.closeOnSelfTargetpackages/design/src/components/popup/RectPopup.tsx:42 (opens in a new tab)
componentKeystringPick.componentKeypackages/ui/src/services/popup/canvas-popup.service.ts:27 (opens in a new tab)
direction?| "right" | "bottom" | "left" | "top" | "horizontal" | "vertical"Pick.directionpackages/design/src/components/popup/RectPopup.tsx:38 (opens in a new tab)
excludeOutside?HTMLElement[]Pick.excludeOutsidepackages/design/src/components/popup/RectPopup.tsx:44 (opens in a new tab)
extraProps?Record<string, any>-packages/sheets-ui/src/services/canvas-pop-manager.service.ts:37 (opens in a new tab)
mask?boolean-packages/sheets-ui/src/services/canvas-pop-manager.service.ts:36 (opens in a new tab)
offset?[number, number]Pick.offsetpackages/ui/src/services/popup/canvas-popup.service.ts:32 (opens in a new tab)
onClickOutside?(e: MouseEvent) => voidPick.onClickOutsidepackages/design/src/components/popup/RectPopup.tsx:43 (opens in a new tab)

Copyright © 2021-2024 DreamNum Co,Ltd. All Rights Reserved.