UInterfaces

IF the UInterface script exists then module.exports will define load and save methods, and optionally it may also define serialize and deserialize methods. These methods will determine how the value is transformed when the ufile value is loaded and saved.

There can only be one UInterface per UFile. The UInterface script may utilize JSLibs.

Consists of

  • Script (Javascript)
  • JSLibs (JavaScript libraries)