Skip to main content

Interface: MonitorHelpTexts

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

Help text configuration for monitor types.

Remarksโ€‹

Defines the structure for contextual help text displayed to users when configuring monitors.

Propertiesโ€‹

primary?โ€‹

optional primary: string

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

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:66

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.