UISrefActiveProps | @uirouter/react
Options
Menu

Interface UISrefActiveProps

Hierarchy

  • UISrefActiveProps

Index

Properties

children: any

The component to apply the active class to. It should be a UISref or any node with UISref descendant

The component to apply the active class to. It should be a UISref or any node with UISref descendant

class: string

The class string to apply when the state is active (i.e. "menu-item-active")

The class string to apply when the state is active (i.e. "menu-item-active")

className: string

Any class will be passed down to its child component

Any class will be passed down to its child component

exact: Boolean

Whether the target state of the child UISref should match exactly the state or could also be a child state. When set to true, if state params are supplied then they will be tested for strict equality against the current active url params, so all params must match with none missing and no extras.

Whether the target state of the child UISref should match exactly the state or could also be a child state. When set to true, if state params are supplied then they will be tested for strict equality against the current active url params, so all params must match with none missing and no extras.

Generated using TypeDoc