Health
What does Health look like?
const GUI = Dashboard.GUI
class MyHealth extends Dashboard.Health {
render() {
return <GUI.Wrapper>
<GUI.Paragraph text='infocaster ready'/>
</GUI.Wrapper>
}
}Dashboard.register({
...
health: MyHealth
...
})How to set plugin health status
setHealthResults
How to register a Health component?
Last updated