PluginStatus
Lifecycle state of a plugin the host knows about
ConfigFieldType
ConfigFieldUnit
What a number field's value is measured in. The stored value is always in this unit; only the
ConfigFieldControl
The control a field asks to be drawn with, where the ordinary one for its type reads badly. Opt-in
ConfigFieldOption
One choice of a select config field
ConfigFieldOptionSource
Where a field's or a column's choices come from when only the console can enumerate them: the
ConfigFieldColumn
One column of a list field. Every ordinary cell is stored as a string in the row, so this describes the
ConfigFieldDescriptor
Mirrors the plugin SDK's ConfigField: enough for a console to render the settings form with no per-plugin code
PluginSummary
A plugin as the settings list sees it. Carries no configured VALUES, only which secrets are set
PluginLogLevel
PluginLogEntry
Attributes (3)
PluginLogPage
Attributes (3)
PluginLogQuery
Attributes (2)
PluginLogLevelInput
Attributes (1)
PluginDetail
A summary plus the stored NON-SECRET configuration
PluginConfigInput
A submitted settings form. Secret values arrive in here and are never echoed back
GrantDecision
What a plugin may do with a capability it asked for. Denied is the default and needs no row: a
PluginGrant
One capability a plugin asked for, with the station's answer. The ask is the plugin's manifest and
PluginGrantList
Attributes (1)
PluginGrantInput
Attributes (2)
PluginTestResult
Outcome of the plugin's own testConnection()
PluginFieldSuggestions
Live choices for a plugin's config fields, keyed by field key, out of the plugin's own
PluginOAuthStart
Where the console should send the browser to obtain the operator's consent. Reported rather than
PluginOAuthResult
Outcome of an OAuth callback
PluginOAuthCallbackQuery
Attributes (5)