Lines Matching refs:preview
17 …preview specified, the menu will display a floating drag preview, and the menu options will not av…
132 …preview<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…
142 …preview 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…
163 …preview 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 
391 Context menu displayed upon long-pressing (with preview of custom content):
422 Text('preview-builder')
430 preview: this.MyPreview
439 
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 
605 
609 …**hoverScale** to implement the transition from the component snapshot to the custom preview image.
646 preview: this.MyPreview,
658 