AutoBE
    Preparing search index...

    Interface AutoBeAnalyzeModuleSection

    Structure representing a single module section in the document.

    interface AutoBeAnalyzeModuleSection {
        content: string;
        purpose: string;
        title: string;
    }
    Index

    Properties

    Properties

    content: string

    Initial content for the module section.

    Introductory content that appears after the section heading, before any unit sections.

    purpose: string

    Purpose statement explaining what this section covers.

    A brief description (1-2 sentences) of the section's role in the overall document structure.

    title: string

    Title of the module section (## level heading).