Home > SCH_Document > getCurrentFilterConfiguration
SCH_Document.getCurrentFilterConfiguration() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
获取当前画布过滤器配置
Signature
typescript
public getCurrentFilterConfiguration(): Promise<Record<string, boolean> | undefined>;1
Returns
Promise<Record<string, boolean> | undefined>
当前画布过滤器配置,undefined 为获取失败
Remarks
ADD since EDA v4.2