antha - v0.14.2
    Preparing search index...

    Function createDefaultAnthaEngine

    • Creates a default Antha engine with all the pre-built mods included.

      Type Parameters

      • ExtraState extends AnyObject = EmptyObject
      • UserCommandName extends string = string

      Parameters

      • options: any = {}

      Returns {
          defineEntity: any;
          defineLogicEntity: any;
          engine: any;
          entityKeys: any;
          StateType: any;
      }

      • defineEntity: any
      • defineLogicEntity: any
      • engine: any
      • entityKeys: any
      • StateType: any

        Should only be used as a type, will never actually be populated with state properties or values.