wdpr
    Preparing search index...
    • Render a [[module ListUsers]] element as an empty container.

      Parameters

      • ctx: RenderContext

        The current render context.

      • _data: { attributes: AttributeMap; body?: string; module: "list-users"; users: string }

        ListUsers module data (unused; the container is always empty).

        • attributes: AttributeMap
        • Optionalbody?: string

          Template body with %%variable%% placeholders

        • module: "list-users"

          [[module ListUsers]] — user listing with template body

        • users: string

          User selector expression (e.g. "." for current user)

      Returns void