[ type ] AncestorEvent

Description:

Ancestor event received by the onAncestorEvents() handler callback.

Type: Object

Properties:

Name Type Description

target

object

The component that triggered the event.

type

string

One of add, remove, move.

ancestor

object

The ancestor component related to this event.

Also See: