The Button dispatches togglePanel, which updates this page Signal.
LOGIC
Functions
Use fn to name target-neutral reactive behavior and dispatch it from a component event.
INTERACTIVE EXAMPLE
Name a state transition
A function contains ordered request, branch, state, feedback, and internal redirect statements.
signal panelOpen value:false
fn togglePanel
set panelOpen value:!panelOpen
Button onClick:togglePanel
"Toggle panel"
fn finish
redirect path:"/docs/views"Part | Responsibility |
|---|---|
No dataThere are no records to display | |