Skip to main content

Interface: MonitorHelpTexts

Defined in: src/utils/monitorUiHelpers.ts:41

Help text configuration for monitor types

Remarksโ€‹

This interface defines the structure for contextual help text displayed to users when configuring monitors. The help text provides guidance on monitor-specific configuration options and requirements.

Propertiesโ€‹

primary?โ€‹

optional primary: string

Defined in: src/utils/monitorUiHelpers.ts:50

Primary help text shown prominently.

Remarksโ€‹

Main instructional text that appears first and provides essential guidance for configuring the monitor type. Should be concise and focused on the most important configuration details.


secondary?โ€‹

optional secondary: string

Defined in: src/utils/monitorUiHelpers.ts:60

Secondary help text with additional details.

Remarksโ€‹

Supplementary help text that provides more detailed information, examples, or advanced configuration tips. Typically shown after or below the primary help text.