bndr-js

bndr-js - v1.0.0

Namespaces

Type Aliases

Glyph

Ƭ Glyph: { icon: string ; type: "iconify" } | string

Defined in

types.ts:3open in new window


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

types.ts:12open in new window


Glyphs

Ƭ Glyphs: Glyph[]

Defined in

types.ts:4open in new window