src_StorableParams_StringParamReference.js

/**
* Represents a JSONStorableString in the Scripter plugin
*/
export class StringParamReference {
   /**
    * Updates the value
    * @type {string}
    */
   val;

    /**
    * Updates the value without invoking onChange
     * @type {string}
     */
    valNoCallback;
}