Loading TOC...

ArrayNode.length

ArrayNode.length as String

Summary

Length property on ArrayNode

Example

let obj = new NodeBuilder();
obj.addNode([1,2,3]);
const arrNode = obj.toNode();
arrNode.length;

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.