Properties
html
html
: HtmlElement[] = [{'tag': 'div','attributes': {'class': 'backdrop'}},{'tag': 'div','attributes': {'class': 'indicator-form-container'},'children': [{'tag': 'h2','text': 'indicator','attributes': {'class': 'indicator-form-title'}},{'tag': 'label','text': 'indicator','attributes': {'for': 'select-indicator',}},{'special': 'select-indicator','tag': 'select','attributes': {'id': 'select-indicator',},},{'tag': 'label','text': 'draw','attributes': {'for': 'select-draw-function',}},{'special': 'select-draw-function','tag': 'select','attributes': {'id': 'select-draw-function',}},{'special': 'parameters-container','tag': 'div','children': [{'special': 'parameter-label','tag': 'label'},{'special': 'parameter-input','tag': 'input',}]},{'special': 'colors-container','tag': 'div','children': [{'special': 'color-label','tag': 'label'},{'special': 'color-input','tag': 'input','attributes': {'type': 'color','class': 'color-picker'}}]},{'tag': 'div','attributes': {'class': 'button-container'},'children': [{'special': 'cancel-button','tag': 'button','attributes': {'class': 'cancel-button'},'text': 'cancel'},{'special': 'draw-button','tag': 'button','attributes': {'class': 'draw-button'},'text': 'draw'}]}]}]