Package com.inductiveautomation.ignition.common.script.hints
package com.inductiveautomation.ignition.common.script.hints
-
ClassDescriptionAnnotates a function added to the scripting system.Provides meta-information about exceptions that a function exposed to Jython may throw.Methods annotated with @NoHint are ignored by
PropertiesFileDocProvider
.Default ScriptFunctionDocProvider implementation that relies on various annotations on methods and fields to look up script documentation in properties files.Annotates an argument of a function being added to the scripting system.Entrypoint to the autocomplete system for scripting functions.A marker interface that should be put on classes that provide system functions or fields to scripting, e.g.