Section » raw

raw() → array

Retrieve a native javascript object representation of the section.

enocolor: blue
javascriptconst document = eno.parse(input);

document.raw();  // returns [{ color: 'blue' }]

Return value

An array of elements (also returned in their raw representation).