eda_sys_environment_is_client
Determine whether the current environment is a client environment. Returns a boolean to conditionally execute client-specific logic.
Instructions
sys_Environment.isClient() -> boolean 是否处于客户端环境 returns: 是否处于客户端环境
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |