Skip to content

Welshman Docs / @welshman/app / Topics

Class: Topics

Defined in: app/src/plugins/topics.ts:20

Hashtag topics with occurrence counts, derived live from the app's repository tag index.

Constructors

Constructor

new Topics(app): Topics

Defined in: app/src/plugins/topics.ts:25

Parameters

app

IApp

Returns

Topics

Properties

all

all: Projection<Topic[]>

Defined in: app/src/plugins/topics.ts:22


app

readonly app: IApp

Defined in: app/src/plugins/topics.ts:25


byName

byName: Projection<Map<string, Topic>>

Defined in: app/src/plugins/topics.ts:21


topicSearch

topicSearch: Readable<Search<string, Topic>>

Defined in: app/src/plugins/topics.ts:23