书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 197168 个相关结果.
  • 事务对象

    事务对象 事务对象 transactionIdentifier String - 成功加入队列的事务的唯一标识 transactionDate String - 事务被加入队列的时间 originalTransactionIdentifier String - App Store恢复的事务的标识符 transactionState Str...
  • ThumbarButton 对象

    ThumbarButton 对象 ThumbarButton 对象 icon NativeImage - 显示在缩略图工具栏中的图标. click Function tooltip String (可选) - 按钮的提示文本. flags String[] (optional) - Control specific states and...
  • Product 对象

    Product 对象 Product 对象 productIdentifier String - 用于苹果应用商店标识产品的字符串。 localizedDescription String - 产品的描述。 localizedTitle String - 产品的名称。 contentVersion String - 标识产品的版本的字符串...
  • Point 对象

    Point 对象 Point 对象 x Number 类型 y Number 类型 Note: Both x and y must be whole integers, when providing a point object as input to an Electron API we will automatically rou...
  • MemoryInfo 对象

    MemoryInfo 对象 MemoryInfo 对象 workingSetSize Integer- 当前占用的物理内存RAM总量 peakWorkingSetSize Integer - 已被占用的物理内存最大值。 privateBytes Integer (optional) Windows - 独占的内存,不被其他进程(如JavaS...
  • JumpListCategory 对象

    JumpListCategory 对象 JumpListCategory 对象 type String (optional) - One of the following: tasks -此类别中的项目将放在标准 tasks 类别中。 只能有一个这样的类别, 它将始终显示在跳转列表的底部。 frequent -显示应用程序经常打开的文件列表,...
  • Cookie 对象

    Cookie 对象 Cookie 对象 name String - cookie 的名称。 value String - cookie 的值。 domain String (可选) - cookie所在域名,通常使用点号开头,以使其对子域名可用。 hostOnly Boolean (可选) - cookie 是否仅匹配主机头;此项仅在未设...
  • 进程对象

    进程 Sandbox 事件 事件: ‘loaded’ 属性 process.defaultApp Readonly process.isMainFrame Readonly process.mas Readonly process.noAsar process.noDeprecation process.resource...
  • 对象方法,”this”

    方法示例 方法简写 方法中的 “this” “this” 不受限制 内部:引用类型 箭头函数没有自己的 “this” 总结 任务 检查语法 解释 “this” 的值 在对象字面量中使用 “this” 创建一个计算器 链式(调用) 通常创建对象来表示真实世界中的实体,如用户和订单等: let user = { na...
  • 对象常量

    对象常量 对象常量 在一些比较现代的环境中可能会提供const 来创建常量,但在其它的环境中,JavaScript是没有常量的。 一种常用的解决办法是通过命名规范,让不应该变化的变量使用全大写。这个规范实际上也用在JavaScript原生对象中: Math . PI ; // 3.141592653589793 Math . SQRT2 ...