example: transition: { 'from:dashboard': (node:IElement, previousRoute?:RouteSnapshot) => { } 'to:detail/:detailId': (node:IElement, nextRoute:RouteSnapshot) => { } 'enter:': (node:IElement, previousRoute?:RouteSnapshot) => { } 'leave:': (node:IElement, nextRoute:RouteSnapshot) => { } 'once:': (node:IElement) => { }
example: transition: { 'from:dashboard': (node:IElement, previousRoute?:RouteSnapshot) => { } 'to:detail/:detailId': (node:IElement, nextRoute:RouteSnapshot) => { } 'enter:': (node:IElement, previousRoute?:RouteSnapshot) => { } 'leave:': (node:IElement, nextRoute:RouteSnapshot) => { } 'once:': (node:IElement) => { }