Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8590871
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T23:23:41+00:00 2026-06-11T23:23:41+00:00

How to document Array return value (and parameters) in JSDoc when array elements can

  • 0

How to document Array return value (and parameters) in JSDoc when array elements can be either of the following:

  • A type (e.g. String, Array).
  • An object literal.
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T23:23:42+00:00Added an answer on June 11, 2026 at 11:23 pm

    If you’re looking for how to document the type of objects in an array, you want something like this:

    /**
     * @param {String[]} aliases
     */
    

    Here inside curly-braces the String[] is the parameter type: type String as array [].

    See also jsdoc-toolkit, archived wiki page about @Param tag, Parameter Type Information:

    Parameter Type Information

    Use curly-braces around the expected type of the parameter to document this information.

    /** * @param {String} userName */ function logIn(userName) { // ... }

    Use a pipe symbol to document that multiple types are permitted.

    /** * @param {String|Number} product */

    Use the [] notation after a type to indicate an array of those types.

    /** * @param {String[]} aliases */

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Following a protocol document, I can receive an array of parameters encoded as an
Initial javascript to get a string/array: <script type=text/javascript> $(document).ready(function() { $(#table).tableDnD({ onDrop: function(table, row){
function ProvideValue(){ Values = document.getElementById('HiddenValue').value; FirstCut = Values.split(@#@); // This will return the array
there is a xml document that i'm parsing to array.. how can i access
i have printed out the contents of an array/object (named 'document') with print_r. it
Seeing as you can convert any document to a byte array and save it
var chart; var d = new Array(); function click() { d = document.getElementById('graph:hi').value; alert(d);
<script type=text/javascript> function showHint(str) { if (str.length == 0) { document.getElementById(txtHint).innerHTML = ; return;
I have following Javascript line in my ASP.NET web app: document.getElementById('<%=myTextBox[0].ClientID %>').value = test;
<script type=text/javascript> var a = new Array(); function obj(type, value) { this.type = type;

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.