LynxBaseInspectorOwner

LynxBaseInspectorOwner 为每个 LynxView 实例提供了一套与调试相关的公开 API,允许开发者自定义或扩展现有的调试功能。

获取 LynxBaseInspectorOwner 实例

iOS

LynxView.h
@property(nonatomic, readonly, nullable) id<LynxBaseInspectorOwner> baseInspectorOwner;

Android

LynxView.java
public LynxBaseInspectorOwner getBaseInspectorOwner();

Harmony

LynxContext.ets
public getBaseInspectorOwner(): LynxBaseInspectorOwner | null;

兼容性

LCD tables only load in the browser

除非另有说明,本项目采用知识共享署名 4.0 国际许可协议进行许可,代码示例采用 Apache License 2.0 许可协议进行许可。