Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 609 Bytes

resetwidget.md

File metadata and controls

24 lines (17 loc) · 609 Bytes
description
Use the resetWidget function to revert a widget to its default state. Any user input changes will get reverted and the values in the default properties will be applied.

Reset Widget

Signature

resetWidget(widgetName: string, resetChildren?: boolean = true) -> void

Arguments

Argument Name Description
widgetName The name of the widget that needs to be reset
resetChildren (optional) Should all children be reset as well. Defaults to true

Click to expand