CaptionAffixComponent class

Simple text menu item affix.

Implemented types
Annotations
  • @Component(selector: 'caption-affix', directives: [], changeDetection: ChangeDetectionStrategy.onPush, styleUrls: ['caption_affix.scss.css'], template: '{{text}}')

Constructors

CaptionAffixComponent(ChangeDetectorRef _cdRef)

Properties

disabled bool
No-op, not used by this component.
getter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
no setter
value CaptionAffix?
getter/setter pairoverride

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

hostClass → const String