UIRouterProps | @uirouter/react
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • UIRouterProps

Index

Properties

children

children: any

The root application content. Typically this will render a UIView viewport component

Optional config

config: (router: UIRouterReact) => void

A callback function to do imperative configuration after the UIRouterReact object is created (used with "Component Setup" bootstrapping, see UIRouter)

Type declaration

Optional plugins

plugins: Array<PluginFactory<UIRouterPlugin>>

UIRouter Plugins (used with "Component Setup" bootstrapping, see UIRouter)

Optional router

The pre-configured UIRouterReact instance (used with "Manual Setup", see UIRouter)

Optional states

states: Array<ReactStateDeclaration>

The application states (used with "Component Setup" bootstrapping, see UIRouter)

Generated using TypeDoc