QuillComponent class

Annotations
  • @Component(selector: 'quill', templateUrl: 'quill_component.html')

Constructors

QuillComponent()

Properties

blur Stream
no setter
disabled bool
getter/setter pair
editor Element?
getter/setter pair
focus Stream
no setter
hashCode int
The hash code for this object.
no setterinherited
input Stream
no setter
modules ↔ dynamic
getter/setter pair
placeholder String
getter/setter pair
quillEditor ↔ QuillStatic?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
getter/setter pair

Methods

ngAfterContentInit() → 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