.. role:: ts-api-decorator

##########
LoadConfig
##########

.. js:module:: Sc
   :noindex:

.. container:: ts-api-section

   .. js:class:: LoadConfig



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~Sc.LoadConfig.XHRonerror`
   * :js:attr:`~Sc.LoadConfig.XHRonloadend`
   * :js:attr:`~Sc.LoadConfig.XHRonprogress`
   * :js:attr:`~Sc.LoadConfig.buffer`
   * :js:attr:`~Sc.LoadConfig.empty`
   * :js:attr:`~Sc.LoadConfig.limitMiB`
   * :js:attr:`~Sc.LoadConfig.meshLevel`
   * :js:attr:`~Sc.LoadConfig.model`
   * :js:attr:`~Sc.LoadConfig.serverSideRendering`
   * :js:attr:`~Sc.LoadConfig.sessionToken`
   * :js:attr:`~Sc.LoadConfig.streamAggressiveCompression`
   * :js:attr:`~Sc.LoadConfig.streamCulled`
   * :js:attr:`~Sc.LoadConfig.streamCutoffScale`
   * :js:attr:`~Sc.LoadConfig.streamEjectedBoundingPreviews`
   * :js:attr:`~Sc.LoadConfig.streamInstanceBoundingPreviews`
   * :js:attr:`~Sc.LoadConfig.streamInstancesOnDemand`
   * :js:attr:`~Sc.LoadConfig.streamMetaDataOnIdle`
   * :js:attr:`~Sc.LoadConfig.streamModelBoundingPreviews`
   * :js:attr:`~Sc.LoadConfig.streamNoLimit`
   * :js:attr:`~Sc.LoadConfig.streamOnlyInterestingBoundingPreviews`
   * :js:attr:`~Sc.LoadConfig.uri`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: LoadConfig.XHRonerror

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




      .. js:function:: XHRonerror( this, ev)
         :noindex:

         :param this: None
         :type this: XMLHttpRequestEventTarget
         :param ev: None
         :type ev: ErrorEvent


         :rtype: unknown





.. container:: ts-api-section

   .. js:attribute:: LoadConfig.XHRonloadend

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




      .. js:function:: XHRonloadend( this, ev, status, uri)
         :noindex:

         :param this: None
         :type this: unknown
         :param ev: None
         :type ev: ProgressEvent <EventTarget>
         :param status: None
         :type status: number
         :param uri: None
         :type uri: string


         :rtype: unknown





.. container:: ts-api-section

   .. js:attribute:: LoadConfig.XHRonprogress

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




      .. js:function:: XHRonprogress( this, ev)
         :noindex:

         :param this: None
         :type this: XMLHttpRequestEventTarget
         :param ev: None
         :type ev: ProgressEvent <EventTarget>


         :rtype: unknown





.. container:: ts-api-section

   .. js:attribute:: LoadConfig.buffer

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





.. container:: ts-api-section

   .. js:attribute:: LoadConfig.empty

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





.. container:: ts-api-section

   .. js:attribute:: LoadConfig.limitMiB

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





.. container:: ts-api-section

   .. js:attribute:: LoadConfig.meshLevel

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





.. container:: ts-api-section

   .. js:attribute:: LoadConfig.model

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





.. container:: ts-api-section

   .. js:attribute:: LoadConfig.serverSideRendering

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





.. container:: ts-api-section

   .. js:attribute:: LoadConfig.sessionToken

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





.. container:: ts-api-section

   .. js:attribute:: LoadConfig.streamAggressiveCompression

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





.. container:: ts-api-section

   .. js:attribute:: LoadConfig.streamCulled

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





.. container:: ts-api-section

   .. js:attribute:: LoadConfig.streamCutoffScale

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





.. container:: ts-api-section

   .. js:attribute:: LoadConfig.streamEjectedBoundingPreviews

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





.. container:: ts-api-section

   .. js:attribute:: LoadConfig.streamInstanceBoundingPreviews

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





.. container:: ts-api-section

   .. js:attribute:: LoadConfig.streamInstancesOnDemand

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





.. container:: ts-api-section

   .. js:attribute:: LoadConfig.streamMetaDataOnIdle

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





.. container:: ts-api-section

   .. js:attribute:: LoadConfig.streamModelBoundingPreviews

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





.. container:: ts-api-section

   .. js:attribute:: LoadConfig.streamNoLimit

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





.. container:: ts-api-section

   .. js:attribute:: LoadConfig.streamOnlyInterestingBoundingPreviews

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





.. container:: ts-api-section

   .. js:attribute:: LoadConfig.uri

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





