MCPcopy
hub / github.com/mum4k/termdash / FramedOption

Interface FramedOption

widgets/fx/framed.go:60–62  ·  view source on GitHub ↗

FramedOption configures a FramedWidget.

Source from the content-addressed store, hash-verified

58
59// FramedOption configures a FramedWidget.
60type FramedOption interface {
61 set(*FramedWidget)
62}
63
64type framedOption func(*FramedWidget)
65

Callers 8

newTermdashFunction · 0.65
applyOptionsFunction · 0.65
newTerminalFunction · 0.65
newTerminalFunction · 0.65
ValuesMethod · 0.65
newOptionsFunction · 0.65
NewFunction · 0.65
WriteMethod · 0.65

Implementers 1

styleRegistrywidgets/borderfx/borderfxdemo/borderfx

Calls

no outgoing calls

Tested by

no test coverage detected