.. role:: ts-api-decorator

#########
StartArgs
#########

.. js:module:: Sc
   :noindex:

.. container:: ts-api-section

   .. js:class:: StartArgs



.. container:: api-index-section

   .. rubric:: Properties

   .. rst-class:: api-index-list-item api-kind-property api-parent-kind-interface

   * :js:attr:`~Sc.StartArgs.container`
   * :js:attr:`~Sc.StartArgs.enginePath`
   * :js:attr:`~Sc.StartArgs.onError`
   * :js:attr:`~Sc.StartArgs.onReady`





------------

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: StartArgs.container

      :type: string | HTMLElement





.. container:: ts-api-section

   .. js:attribute:: StartArgs.enginePath

      :type: string :ts-api-decorator:`optional`





.. container:: ts-api-section

   .. js:attribute:: StartArgs.onError

      :type: function




      .. js:function:: onError( message)
         :noindex:

         :param message: None
         :type message: string


         :rtype: void





.. container:: ts-api-section

   .. js:attribute:: StartArgs.onReady

      :type: function




      .. js:function:: onReady( sc)
         :noindex:

         :param sc: None
         :type sc: Partial <Instance>


         :rtype: void





