HelpTextBuilderTechnical.modifySection

Modifies an existing section (by returning it by reference).

Assertions: sectionName must exist.

class HelpTextBuilderTechnical
final ref
modifySection
()

Parameters

sectionName string

The name of the section to modify.

Return Value

A reference to the section, so it can be modified by calling code.

Meta