icon NativeImage - 显示在缩略图工具栏中的图标. click Function tooltip String (可选) - 按钮的提示文本. flags String - 控制按钮特定的状态和行为. 默认为 ['enabled']. flags 属性是一个数组,包含以下String类型的值: enabled - 该按钮处于活动状态并可供用户使用. disabled - 该按钮被禁
program 字符串 - 要执行的程序的路径,通常你需要指定 process.execPath,也就是打开当前程序的路径 arguments 字符串- 给 program 这个程序执行时的命令行参数。 title 字符串 - 要在跳转列表中显示的字符串。 description String - 任务描述. iconPath String - 在JumpList对象中显示的图标的绝对路径,Jum
状态码 数字-HTTP响应代码. 头部对象-一个包含响应头的对象. 数据可读流-一个表示响应正文的Node.js可读流. StreamProtocolResponse Object statusCode Number - The HTTP response code. headers Object - An object containing the response headers. data
width Number height Number Size Object width Number height Number
target字符串-该快捷方式启动的目标。 cwd字符串 (可选)-工作目录。默认值为空。 args字符串 (可选)-当从该快捷方式启动时要应用于 target 的参数。默认值为空。 description字符串 (可选)-快捷方式的说明。默认值为空。 icon字符串 (可选)-图标的路径, 可以是 DLL 或 EXE。icon 和 iconIndex 必须一起设置。 默认使用该快捷方式指向的ta
labelString (可选)-要在segment中显示的文本. icon NativeImage (可选)-在segment中显示的图像. enabled Boolean (可选) - 此 segment 是否可选. 默认: true. SegmentedControlSegment Object label String (optional) - The text to appear in
标签String (可选)-要在此项中显示的文本. 图标NativeImage (可选)-显示在此项中的图像. ScrubberItem Object label String (optional) - The text to appear in this item. icon NativeImage (optional) - The image to appear in this item.
type String - 密码. origin String (可选) - 一旦设置origin值,只有与origin相关的认证信息才会被移除,否则整个缓存都将被清空。 scheme String (可选) - 认证的scheme类型。 可选类型有 basic, digest, ntlm, negotiate. 如果origin被移除,则必须提供此属性值。 realm String (可选) -
type String - clientCertificate. origin String - 关联客户端证书的服务器来源必须从缓存中删除。 RemoveClientCertificate Object type String - clientCertificate. origin String - Origin of the server whose associated client cer
url String - HTTP 的 Referrer 地址(HTTP源地址)。 policy String - 可以设置为 default, unsafe-url, no-referrer-when-downgrade, no-referrer, origin, strict-origin-when-cross-origin, same-origin 和 strict-origin. 前往 R
pid Integer - 进程ID type String - Process type. One of the following values: Browser Tab Utility Zygote Sandbox helper GPU Pepper Plugin Pepper Plugin Broker Unknown cpu CPUUsage - CPU使用率 ProcessMetric
name String description 字符串 status Number isDefault Boolean PrinterInfo Object name String description String status Number isDefault Boolean 例子 下面是一些可能在每个平台上不同的附加选项的示例。 { name: 'Zebra_LP2844', de
x Number 类型 y Number 类型 **注意:x和y都必须是整数,当提供point对象作为electron API的输入参数时,我们将自动将x和y值舍入到最接近的整数。 Point Object x Number y Number Note: Both x and y must be whole integers, when providing a point object as in
type 类型:String - 此类操作可以作为 按钮. text 类型:String(可选) - 给定操作的标签。 NotificationAction Object type String - The type of action, can be button. text String (optional) - The label for the given action. 平台 / 操作
mimeType 类型 String - 正在发送的缓冲区文件类型. data 类型 Buffer - 缓冲区内容. MimeTypedBuffer Object mimeType String - The mimeType of the Buffer that you are sending. data Buffer - The actual Buffer content.