Bluestep JS Documentation
    Preparing search index...

    Function type

    • The type function loads the specified Java class and provides it as an object. Fields of this object can be read directly from it, and new instances can be created with the JavaScript new keyword.

      Parameters

      • className: String

      Returns any