It might have been answered elsewhere, if so, sorry to ask: is there any interaction between API scripts and sheet workers? For example, if an API script adds ( with createObj("attribute"...) ) or modifies (with obj.set() ) an attribute , will this fire a sheet worker set on the "on("change:...")" of the same attribute ? Can the getAttrs() and setAttrs() functions, described in the sheet workers wiki, can be used in an API script ?