wdpr
    Preparing search index...
    • Type guard to check if a Module is a list-pages module.

      Parameters

      • module: Module

        A Module discriminated union value

      Returns module is {
          "append-line"?: string;
          attributes: AttributeMap;
          body?: string;
          category?: string;
          "created-at"?: string;
          "created-by"?: string;
          fullname?: string;
          limit?: number;
          "link-to"?: string;
          module: "list-pages";
          name?: string;
          offset?: number;
          order?: string;
          pagetype?: string;
          parent?: string;
          "per-page"?: number;
          "prepend-line"?: string;
          range?: string;
          rating?: string;
          reverse: boolean;
          rss?: string;
          "rss-description"?: string;
          "rss-home"?: string;
          "rss-limit"?: number;
          "rss-only": boolean;
          separate: boolean;
          tags?: string;
          "updated-at"?: string;
          "url-attr-prefix"?: string;
          votes?: string;
          wrapper: boolean;
      }

      true if the module is a list-pages module