Skip to main content

Version 1, Update 71

New:

  • node.findAllWithCriteria now supports searching by pluginData as well as sharedPluginData. This should make it much more performant if you're trying to find all nodes that have pluginData / sharedPluginData.
  • Add hiddenFromPublishing as a property on Variable and VariableCollection.
  • Add getPublishStatusAsync() as a method on Variable and VariableCollection which returns a promise.
  • Add sectionContentsHidden as a property on SectionNode.