⁘ electron.core

WINDOWS

go to → Members

Extends

Members

isBrowser :boolean

Inherited From:

Methods

_Broadcast(p_signalId, …args)

Inherited From:

CloseWindow(p_id)

TODO

Parameters:
Name Type Description
p_id string

CreateWindow(p_options, p_parent) → {WindowWrapper}

TODO

Parameters:
Name Type Description
p_options object

window options, see https://www.electronjs.org/docs/api/browser-window#new-browserwindowoptions

Properties
Name Type Description
id string

window ID, used to check whether the window exist already

pathname string

path to window content (html file or html string)

width number

window width

height number

window height

minWidth number

window min width

minHeight number

window min height

frame boolean
show boolean
icon string
backgroundColor string
onDomReady function

attach the window onDomReady event to this callback

p_parent BrowserWindow

attach the window onDomReady event to this callback

protected_Bind(p_func)

Inherited From:

protected_Init()

Inherited From:

protected_PostInit()

Inherited From: