Lines Matching refs:preview

17preview specified, the menu will display a floating drag preview, and the menu options will not av…
132preview<sup>11+</sup> | [MenuPreviewMode](#menupreviewmode11)\| [CustomBuilder](ts-types.md#custom…
133 …art scale ratio and end scale ratio (relative to the original preview image) of the preview animat…
142preview and menu layout for top, bottom, left, and right edges.<br>**NOTE**<br> Only vp, px, fp, l…
152 | NONE | No preview is displayed. |
153 | IMAGE | The preview is a screenshot of the component on which a long-press triggers the context m…
161 | scale | [AnimationRange](#animationrange11)\<number> | No | Scale ratio of the preview image whe…
163preview image at the beginning and end of the scale animation in a custom long press scenario. The…
167 Describes the scale ratio relative to the preview image at the beginning and end of the scale anima…
347 Context menu displayed upon long-pressing (with preview of component screenshot):
369 Text('preview-image')
376 { preview: MenuPreviewMode.IMAGE,
387 ![preview-image](figures/preview-image.png)
391 Context menu displayed upon long-pressing (with preview of custom content):
422 Text('preview-builder')
430 preview: this.MyPreview
439 ![preview-builder](figures/preview-builder.png)
443 Context menu displayed upon setting isShown (with preview of custom content):
475 Text('preview-builder')
483 preview: this.MyPreview,
501 This example customizes the display and exit animation effects of the menu and preview through the …
551 preview: this.MyPreview,
565 ![preview-builder](figures/menu2.gif)
605 ![zh-cn_image_0000001174582862](figures/preview-symbol.jpeg)
609 …**hoverScale** to implement the transition from the component snapshot to the custom preview image.
646 preview: this.MyPreview,
658 ![preview-builder](figures/hoverScale.gif)