Documentation ¶
Index ¶
Constants ¶
View Source
const ( ComponentName = "ticker" OutPort string = "out" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
func (*Component) GetInfo ¶
func (t *Component) GetInfo() module.ComponentInfo
type Settings ¶
type Settings struct { Context Context `json:"context,omitempty" configurable:"true" title:"Context" description:"Arbitrary message to be send each period of time"` Delay int `json:"delay" required:"true" title:"Delay (ms)" description:"Delay between signals" minimum:"0" default:"1000"` Auto bool `json:"auto" title:"Auto send" required:"true" description:"Start sending as soon as component configured"` }
type StartControl ¶ added in v0.1.24
type StopControl ¶ added in v0.1.24
Click to show internal directories.
Click to hide internal directories.