ActiveUIView | @uirouter/angularjs
Options
Menu

Interface ActiveUIView

Hierarchy

  • ActiveUIView

Index

Properties

$type: string

type of framework, e.g., "ng1" or "ng2"

type of framework, e.g., "ng1" or "ng2"

config: ViewConfig

The ViewConfig that is currently loaded into the ui-view

The ViewConfig that is currently loaded into the ui-view

configUpdated: function

A callback that should apply a ViewConfig (or clear the ui-view, if config is undefined)

A callback that should apply a ViewConfig (or clear the ui-view, if config is undefined)

Type declaration

creationContext: ViewContext

The state context in which the ui-view tag was created.

The state context in which the ui-view tag was created.

fqn: string

The ui-view's fully qualified name

The ui-view's fully qualified name

id: number

An auto-incremented id

An auto-incremented id

name: string

The ui-view short name

The ui-view short name

Generated using TypeDoc