Project Structure

Methods

Method definitions include the method name, parameters, scope, return type etc.

Overview

Here's an example method definition:

{
    id: "method-uuid",
    name: "myMethod",
    parameters: [
        "parameter-uuid-1",
        "parameter-uuid-2"
    ],
    data: [
        "statement-uuid-1",
        "statement-uuid-2"
    ],
    scope: "public",
    returnType: "void"
}

You can review the full Methods API specification here.

Please be aware that our documentation is under construction.