bndr-js
bndr-js - v1.0.0
Namespaces
Type Aliases
Glyph
Ƭ Glyph: { icon: string ; type: "iconify" } | string
Defined in
GlyphedObservable
Ƭ GlyphedObservable<T>: Observable<T> & { glyph: Glyphs }
An Observable created directly from an Bndr source carries a sequence of glyphs (iconify references and/or text literals) describing the input visually. Once piped through a non-Bndr operator, the glyph is dropped and the result is a plain Observable.
Type parameters
| Name |
|---|
T |
Defined in
Glyphs
Ƭ Glyphs: Glyph[]