routeAlias: {
    actionName: null | string;
    fullPath: string;
    methods: string;
    path: string;
    routePath: string;
}

Type declaration

  • actionName: null | string
  • fullPath: string
  • methods: string
  • path: string
  • routePath: string