For AI agents: the complete documentation index is available at /zh/llms.txt, the full documentation bundle is available at /zh/llms-full.txt, and this page is available as Markdown at /zh/api/type-config.config.enablelayoutonlyeventthrough.md.
这是开发预览网站。请访问正式文档 lynx-stack.dev

Home > @lynx-js/type-config > Config > enableLayoutOnlyEventThrough

Config.enableLayoutOnlyEventThrough property

Controls whether layout-only nodes are excluded as hit-test targets in Fragment Layer Render while their non-layout-only descendants remain eligible. When disabled, layout-only nodes keep the existing PlatformEventTarget hit-test behavior.

Since: LynxSDK 4.0

Signature:

enableLayoutOnlyEventThrough?: boolean;

Default Value

false