Documentation
¶
Overview ¶
Package automationpanel implements the native automatic-task manager and editor. It uses the existing compact palette and system UI fonts; business state is returned to the app through one save callback.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Capture ¶
func Capture(state State, text TextFunc, scale float64, dark, editor bool, capture func(windows.Handle) error) error
Capture hosts the real manager or editor for deterministic devtools visual checks without starting the tray or reading user configuration.
Types ¶
type OnSave ¶
type OnSave func(SaveRequest) SaveResult
type SaveRequest ¶
type SaveRequest struct {
BaseRevision string
Rules []automation.Rule
}
type SaveResult ¶
Click to show internal directories.
Click to hide internal directories.