SInterface ScriptΒΆ

The SInterface script is an interface to the SFile data, which is executed on the server.

// pseudo sinterface script 
module.exports = {
  save: function(state, input)    {
    js.username
    js.jslib.<alias>
    // returns next state 
  }
}