Skip to main content

ActivationArguments 对象

🌐 ActivationArguments Object

仅在 Windows 上使用。

  • type string - 启动应用的激活类型:'click''action''reply'
  • arguments string - 来自 Windows 的原始激活参数字符串。
  • actionIndex number(optional)- 对于 'action' 类型,被点击按钮的索引。
  • reply string(optional)- 对于 'reply' 类型,用户在回复字段中输入的文本。
  • userInputs Record<string, string>(optional)- 来自通知的所有用户输入的字典。