Module types

Module types 

Source
Expand description

Configuration type definitions: settings, themes, widgets, connections, bookmarks.

Structs§

BlockDef
Block definition for widgets.
ConfigError
Configuration error from parsing.
ConnKeywords
Per-connection configuration keywords. Matches Go’s wconfig.ConnKeywords.
FileDef
File definition for block widgets.
FullConfigType
Complete application configuration. Matches Go’s wconfig.FullConfigType.
MimeTypeConfigType
MIME type display configuration.
SettingsType
Application settings. Matches Go’s wconfig.SettingsType JSON tags. Fields use pointer-like Option for nullable booleans/numbers to distinguish “not set” from “false/0”.
TermThemeType
Terminal color theme.
WebBookmark
Web bookmark.
WebhookConfigType
Webhook integration configuration.
WidgetConfigType
Widget configuration.

Functions§

is_false 🔒
is_zero_f32 🔒
is_zero_f64 🔒
is_zero_i32 🔒