Skip to content

ReportElement

QuantConnect.Report.ReportElements.ReportElement

Bases: Object, IReportElement

Common interface for template elements of the report

name

name: str

Name of this report element

key

key: str

Template key code.

json_key

json_key: str

Normalizes the key into a JSON-friendly key

result

result: Object

Result of the render as an object for serialization to JSON

render

render() -> str

The generated output string to be injected