# StartOptions > ![icon-note.gif](public_sys-resources/icon-note.gif) **说明** > > 本模块首批接口从API version 9开始支持。API 9当前为Canary版本,仅供使用,不保证接口可稳定调用。 StartOptions是系统的基本通信组件。 ## 导入模块 ```js import StartOptions from '@ohos.application.StartOptions'; ``` ## 属性 **系统能力**:以下各项对应的系统能力均为SystemCapability.Ability.AbilityRuntime.AbilityCore | 名称 | 可读 | 可写 | 参数类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | -------- | -------- | | [windowMode](js-apis-window.md#windowmode) | 是 | 否 | number | 否 | 窗口模式。 | | displayId | 是 | 否 | number | 否 | 显示ID。 |