onWillShow property

Callback? onWillShow
getter/setter pair

Optional callback that fires before the AbstractTransitionComponent appears.

Returning false will cancel default behavior, and the AbstractTransitionComponent will not appear.

Implementation

Callback? onWillShow;