UIElement Docs Version 0.13.1

🔗 Function: show()

show<P, E>(s): FxFunction<P, E>

Defined in: src/lib/effects.ts:334

Set 'hidden' property of an element

🔗 Type Parameters

🔗 P

P extends ComponentProps

🔗 E

E extends HTMLElement = HTMLElement

🔗 Parameters

🔗 s

SignalLike<P, boolean, E>

state bound to the 'hidden' property value

🔗 Returns

FxFunction<P, E>

🔗 Since

0.13.1