Phaser API Documentation

  Version: 

Member of: Phaser.Core.Config

<constant, nullable> domBehindCanvas: boolean

Description:

Should the DOM Container that is created (if dom.createContainer is true) be positioned behind (true) or over the top (false, the default) of the game canvas?

Type:
boolean
Since: 3.0.0
Source: src/core/Config.js (Line 205)