Interface ScriptContext.Context

Enclosing class:
ScriptContext

public static interface ScriptContext.Context
  • Method Details

    • projectName

      @Nullable @Nullable String projectName()
    • datasourceName

      @Nullable @Nullable String datasourceName()
    • defaultTagProvider

      @Nullable @Nullable String defaultTagProvider()
    • relativePathRoot

      @Nullable @Nullable TagPath relativePathRoot()
    • locale

      @Nullable @Nullable Locale locale()
    • description

      @Nullable @Nullable String description()
    • tagReferenceLocation

      @Nullable @Nullable com.inductiveautomation.ignition.common.tags.config.model.TagReferenceLocation tagReferenceLocation()