Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 762 Bytes

File metadata and controls

23 lines (17 loc) · 762 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) -> Promise

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