DrawWebViewOptions: { x?: PixelValue; y?: PixelValue; width?: PixelValue; height?: PixelValue; zIndex?: number }

Type declaration

  • Optional x?: PixelValue

    The horizontal position to draw the webview within the OSR target area. (Default: 0)

  • Optional y?: PixelValue

    The vertical position to draw the webview within the OSR target area. (Default: 0)

  • Optional width?: PixelValue

    The width of the webview to draw within the OSR target area. (Default: full rendering width)

  • Optional height?: PixelValue

    The height of the webview to draw within the OSR target area. (Default: full rendering height)

  • Optional zIndex?: number

    The relative z-ordering of the item (Default: 1)

Generated using TypeDoc