You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Circle CI edited this page Aug 30, 2018
·
1 revision
element:OverrideUpdateTooltip()
Used to completely override the internal function for updating the tooltip.
self - the Reputation element
element.Override(self, event, unit)
Used to completely override the internal update function.
Overriding this function also disables the Callbacks.
self - the parent object
event - the event triggering the update (string)
unit - the unit accompanying the event (variable(s))
element.OverrideVisibility(self, event, unit)
Used to completely override the element's visibility update process.
The internal function is also responsible for (un)registering events related to the updates.
self - the parent object
event - the event triggering the update (string)
unit - the unit accompanying the event (variable(s))