OnHide
What is it?
Syntax
public OnHide(): void {
// logic after hiding the indicator
}When and Why to Use It
Example
Important Notes
Last updated
public OnHide(): void {
// logic after hiding the indicator
}Last updated
public OnHide(): void {
// Custom method to remove a label created when the indicator was shown
this.DeleteObject("InfoLabel")
}