* Sets the container into which to insert the preview element. * @param value Container into which to insert the preview.
(value: PreviewContainer)
| 692 | * @param value Container into which to insert the preview. |
| 693 | */ |
| 694 | withPreviewContainer(value: PreviewContainer): this { |
| 695 | this._previewContainer = value; |
| 696 | return this; |
| 697 | } |
| 698 | |
| 699 | /** Updates the item's sort order based on the last-known pointer position. */ |
| 700 | _sortFromLastPointerPosition() { |