toDatalessJSON method

dynamic toDatalessJSON([
  1. List<String> propertiesToInclude
])

Returns dataless JSON representation of canvas @param {Array} propertiesToInclude Any properties that you might want to additionally include in the output @return {String} json string

Implementation

external dynamic /*{ version: string; objects: Object[] }*/ toDatalessJSON(
    [List<String> propertiesToInclude]);