[ type ] ContainerEvent

Description:

Container event received by the onContainerEvents() handler callback.

Type: Object

Properties:

Name Type Description

target

object

The container component that triggered the event.

type

string

One of add, remove.

child

object

The child component that was added or removed.

Also See: