FoOptionComponent class

Annotations
  • @Component(selector: 'fo-option', templateUrl: 'fo_option_component.html', styleUrls: ['fo_option_component.css'], directives: [FoButtonComponent, NgIf], changeDetection: ChangeDetectionStrategy.OnPush)

Constructors

FoOptionComponent()

Properties

buttonColor String?
getter/setter pair
disabled bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
model FoOptionModel?
getter/setter pair
onTrigger Stream<FoOptionModel>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

ngOnDestroy() → void
Executed before the directive is removed from the DOM and destroyed.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onSelect() → void
toString() String
A string representation of this object.
inherited

Operators

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