AutoBE
    Preparing search index...

    Module (# level) in the document hierarchy.

    interface IModule {
        content: string;
        purpose: string;
        title: string;
        units: IUnit[];
    }
    Index

    Properties

    content: string

    Introductory content before any units.

    purpose: string

    Purpose of this module within the document.

    title: string

    Title of the module (# level heading).

    units: IUnit[]

    Units (## level) within this module.