Phaser API Documentation

  Version: 

Member of: Phaser.Core.Config

<constant, nullable> fullscreenTarget: HTMLElement | string

Description:

The DOM element that will be sent into full screen mode, or its id. If undefined Phaser will create its own div and insert the canvas into it when entering fullscreen mode.

Type:
HTMLElement | string
Since: 3.0.0
Source: src/core/Config.js (Line 94)