wdpr
    Preparing search index...
    • Render a [[module]] element by dispatching on the module name.

      Each module outputs a container <div> with a module-specific CSS class. Some modules (like Rate and Join) render interactive UI elements; others (like Backlinks and ListPages) render empty containers that can be populated at runtime.

      Parameters

      • ctx: RenderContext

        The current render context.

      • data: Module

        Module data with discriminated module type.

      Returns void