Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TrendLine

Index

Properties

Properties

enabled

enabled: boolean = true

Enable/disable trend line

type

{boolean}

html

html: HtmlElement[] = [{'tag': 'div','attributes': {'class': 'backdrop'}},{'tag': 'div','attributes': {'class': 'indicator-form-container'},'children': [{'tag': 'h2','text': 'TrendLine','attributes': {'class': 'indicator-form-title'}},{'tag': 'label','text': 'Color','attributes': {'for': 'trend-line-color-input',}},{'special': 'color-input','tag': 'input','attributes': {'type': 'color','class': 'color-picker','id': 'trend-line-color-input','value': '#000000'},},{'tag': 'div','attributes': {'class': 'button-container'},'children': [{'special': 'cancel-button','tag': 'button','text': 'cancel','attributes': {'class': 'cancel-button'}},{'special': 'remove-all-button','tag': 'button','text': 'remove_all','attributes': {'class': 'remove-all-button'}},{'special': 'draw-button','tag': 'button','attributes': {'class': 'draw-button'},'text': 'draw'}]}]}]

Html description of

type

HtmlElement[]

Generated using TypeDoc