ViewType enum

What type of generated AppView an instance is.

Inheritance

Constructors

ViewType()
const

Values

host → const ViewType

A view that contains the host element with bound component directive.

Contains a @Component's root element.

component → const ViewType

The view of @Component that contains 0 to n embedded views.

embedded → const ViewType

A view that is embedded into another view via a <template> element.

These are only inside a component view.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ViewType>
A constant List of the values in this enum, in order of their declaration.