FoModalComponent class

Annotations
  • @Component(selector: 'fo-modal', styleUrls: ['fo_modal_component.css'], templateUrl: 'fo_modal_component.html', directives: [coreDirectives, FoButtonComponent], changeDetection: ChangeDetectionStrategy.Default)

Constructors

FoModalComponent()

Properties

buttonBackgroundColor String?
getter/setter pair
buttonColor String?
getter/setter pair
error String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
getter/setter pair
materialIcon bool
getter/setter pair
onVisibleChangeOutput Stream<bool>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showCloseButton bool
getter/setter pair
visible bool
getter/setter pair

Methods

close() → void
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
toString() String
A string representation of this object.
inherited

Operators

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