Skip to main content

Interface: XMLHostedLogicGauge

I don't want to make the logic host a defined part of the base gauge interface, because I feel like that breaks abstraction boundaries and ties this code too much to our specific implementation. But I don't() want people to have to subclass their own type of every gauge type in order to pass the logic host in as a prop, so I'll make an additonal interface for that which can be mixed in by people who want to use it.

Properties

logicHost

logicHost: CompositeLogicXMLHost

The logic host.

Defined in

src/sdk/components/XMLGauges/GaugeDefinitions/BaseGauge.ts:59