@hrefcl/apidoc - v4.0.5
    Preparing search index...
    • Parse to extract API param

      Parameters

      • content: any

        Raw input string to be parsed. May contain line breaks and metadata formatted in a predefined syntax.

      • source: any

        UNUSED

      • defaultGroup: any

        Name to use if no group is identified in the content.

      Returns {
          group: string;
          type: string;
          size: string;
          allowedValues: string;
          optional: boolean;
          parentNode: any;
          field: string;
          isArray: boolean;
          defaultValue: string;
          description: any;
      }

      Parsed metadata