Skip to content

rebuild

Rebuilds the current form from its definition.

Type

() => void

Declaration

1
 () => void $Form.rebuild

Remarks

This is the same runtime function as refresh. Rebuilding reruns form rendering and can replace control DOM nodes, so retain neither a control element nor event handlers attached directly to it across the call.