Interface CompositionTransation

Index

Methods

Methods

public complete(callback: Function)

Registers a callback which will be invoked when the current composition transaction has completed. The transaction includes all parent and children compositions.

Parameters

  • callback: Function

    The callback to be invoked when composition is complete.