File

src/preview-renderer.ts

Description

This is internal, you probably won't ever need to use it directly.

For understanding's sake, it helps to know that this component essentially just renders whatever is placed between its tags, but in a position: fixed container that is translated according to the drag in progress and how far it has travelled.

Implements

OnDestroy

Metadata


    :host {
      display: block;
      position: fixed;
      pointer-events: none;
      z-index: 100;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
    }
  

results matching ""

    No results matching ""