mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-13 05:34:47 +00:00
Update all model classes to Electron API 39.2
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
namespace ElectronNET.API.Entities
|
||||
{
|
||||
/// <summary>
|
||||
/// Opens the devtools with specified dock state, can be right, bottom, undocked,
|
||||
/// detach.Defaults to last used dock state.In undocked mode it's possible to dock
|
||||
/// back.In detach mode it's not.
|
||||
/// Opens the devtools with specified dock state, can be left, right, bottom, undocked,
|
||||
/// detach. Defaults to last used dock state. In undocked mode it's possible to dock
|
||||
/// back. In detach mode it's not.
|
||||
/// </summary>
|
||||
public enum DevToolsMode
|
||||
{
|
||||
@@ -25,6 +25,11 @@
|
||||
/// <summary>
|
||||
/// The detach
|
||||
/// </summary>
|
||||
detach
|
||||
detach,
|
||||
|
||||
/// <summary>
|
||||
/// The left
|
||||
/// </summary>
|
||||
left,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user