.. role:: ts-api-decorator

.. _BoundingPreviewMode:

###################
BoundingPreviewMode
###################

.. container:: api-index-section

   .. rubric:: Enumeration Members

   .. rst-class:: api-index-list-item api-kind-enummember api-parent-kind-enum

   * :ref:`BoundingPreviewMode.All`
   * :ref:`BoundingPreviewMode.Ejected`
   * :ref:`BoundingPreviewMode.Instance`
   * :ref:`BoundingPreviewMode.Model`
   * :ref:`BoundingPreviewMode.None`





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

Enumeration Members
===================

.. rst-class:: ts-api-section

.. _BoundingPreviewMode.All:

All
---

Combination of Model, Instance, and Ejected options

.. rst-class:: ts-api-section

.. _BoundingPreviewMode.Ejected:

Ejected
-------

Bounding previews will be rendered for items that have been ejected. This is only applicable if the memoryLimit option is set at viewer creation.

.. rst-class:: ts-api-section

.. _BoundingPreviewMode.Instance:

Instance
--------

Bounding previews will be rendered for instances that have not been streamed yet.

.. rst-class:: ts-api-section

.. _BoundingPreviewMode.Model:

Model
-----

Bounding previews will be rendered for models that have not been streamed yet.

.. rst-class:: ts-api-section

.. _BoundingPreviewMode.None:

None
----

No bounding previews will be rendered

