UIElement Docs Version 0.13.1

🔗 Function: fromSelector()

fromSelector<E>(selectors): SignalProducer<E[]>

Defined in: src/core/dom.ts:259

Produce a selection signal from a selector

🔗 Type Parameters

🔗 E

E extends Element

🔗 Parameters

🔗 selectors

string

CSS selector for descendant elements

🔗 Returns

SignalProducer<E[]>

signal producer for descendant element collection from a selector

🔗 Since

0.13.1