Force Update DataText
DataText API
Forces assigned instances of a DataText to refresh settings and event output.
NamespaceDTModuleDataTextsLifecyclestable
DT:ForceUpdate_DataText(name)Forces assigned instances of a DataText to refresh settings and event output.
Parameters
Section titled “Parameters”name: Registered DataText name.
Returns
Section titled “Returns”None.
Example
Section titled “Example”DT:ForceUpdate_DataText("My AddOn")Call after addon-side data changes that ElvUI would not otherwise observe.
Source: ElvUI/Game/Shared/Modules/DataTexts/DataTexts.lua:512