Options
All
  • Public
  • Public/Protected
  • All
Menu

Fired when the logical root is about to be changed

Hierarchy

Index

Properties

Optional eventDataCache

eventDataCache: {}

An optional event cache. This will be consumed by event cache API to store some expensive calculation result. So that for the same event across plugins, the result doesn't need to be calculated again

Type declaration

  • [key: string]: any

eventType

eventType: "beforeLogicalRootChange"

Type of this event

logicalRoot

logicalRoot: HTMLDivElement

The logical root element that will no longer be the logical root

Generated using TypeDoc