Child pages
  • Specification (.spec file)

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
"functionName" : {
        "returns" : "string",
        "parameters" : [
            { "name" : "startstartIndex", "type" : "int" },
            { "name" : "endendIndex", "type" : "int" },
            {
                "name" : "theData",
                "type" : {
                    "type" : "dataset",
                    "includeColumnNames" : true,
                    "columnTypes" : { "icon" : "media" }
                }
            }
        ],
        "blockEventProcessing": true,
		"async": true
}

...