webviewParentTransform: "p" | "r" | "s" | "pr" | "ps" | "rs" | "prs"

Represents the possible transformations for a webview parent.

  • 'p': Position transformation
  • 'r': Rotation transformation
  • 's': Scale transformation
  • 'pr': Position and rotation to com
  • 'ps': Position and scale transformations
  • 'rs': Rotation and scale transformations
  • 'prs': Position, rotation, and scale transformations

Generated using TypeDoc