.. role:: clio-readonly
   :class: clio-flag clio-flag-readonly

.. role:: clio-static
   :class: clio-flag clio-flag-static


##########
PmiService
##########

.. js:class:: wvc.PmiService

   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~wvc.PmiService.constructor`
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wvc.PmiService.DefaultConfig`
   * :js:data:`~wvc.PmiService.serviceName`
   
   .. rubric:: Accessors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~wvc.PmiService.viewer`
   
   .. rubric:: Methods
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:meth:`~wvc.PmiService.getPmiColor`
   * :js:meth:`~wvc.PmiService.getPmiColorOverride`
   * :js:meth:`~wvc.PmiService.resetConfiguration`
   * :js:meth:`~wvc.PmiService.setPmiColor`
   * :js:meth:`~wvc.PmiService.setPmiColorOverride`
   
   



.. rst-class:: kind-group kind-constructors

.. rubric:: Constructors
   :class: kind-group-title


.. js:method:: wvc.PmiService.constructor

      .. rst-class:: sig-pretty-signature
      
         | PmiService(): :js:class:`PmiService <wvc.PmiService>`
      
      **Returns**\ : :js:class:`PmiService <wvc.PmiService>`
      



.. rst-class:: kind-group kind-properties

.. rubric:: Properties
   :class: kind-group-title


.. js:data:: wvc.PmiService.DefaultConfig

      .. rst-class:: clio-flags
      
         :clio-static:`static`
         :clio-readonly:`readonly`
      
      .. rst-class:: sig-pretty-signature
      
         | DefaultConfig: { color: *string*\ , isColorOverride: *boolean* }
      



.. js:data:: wvc.PmiService.serviceName

      .. rst-class:: clio-flags
      
         :clio-readonly:`readonly`
      
      .. rst-class:: sig-pretty-signature
      
         | serviceName: *"PmiService"*
      



.. rst-class:: kind-group kind-accessors

.. rubric:: Accessors
   :class: kind-group-title


.. js:method:: wvc.PmiService.viewer

      .. rst-class:: sig-pretty-signature
      
         | *get* viewer(): (*undefined* | *IWebViewer*\ )
      
      **Returns**\ : (*undefined* \| *IWebViewer*\ )
      
      .. rst-class:: sig-pretty-signature
      
         | *set* viewer(**viewer**\ : (*undefined* | *IWebViewer*\ )): *void*
      
      **Parameters**
      
      
         **viewer**\ : (*undefined* \| *IWebViewer*\ )
      
      
      **Returns**\ : *void*
      



.. rst-class:: kind-group kind-methods

.. rubric:: Methods
   :class: kind-group-title


.. js:method:: wvc.PmiService.getPmiColor

      .. rst-class:: sig-pretty-signature
      
         | getPmiColor(): *string*
      
      **Returns**\ : *string*
      



.. js:method:: wvc.PmiService.getPmiColorOverride

      .. rst-class:: sig-pretty-signature
      
         | getPmiColorOverride(): *boolean*
      
      **Returns**\ : *boolean*
      



.. js:method:: wvc.PmiService.resetConfiguration

      .. rst-class:: sig-pretty-signature
      
         | resetConfiguration(**obj**\ : *object*\ ): *Promise*
      
      **Parameters**
      
      
         **obj**\ : *object*
      
      
      **Returns**\ : *Promise*
      



.. js:method:: wvc.PmiService.setPmiColor

      .. rst-class:: sig-pretty-signature
      
         | setPmiColor(**color**\ : *string*\ ): *void*
      
      **Parameters**
      
      
         **color**\ : *string*
      
      
      **Returns**\ : *void*
      



.. js:method:: wvc.PmiService.setPmiColorOverride

      .. rst-class:: sig-pretty-signature
      
         | setPmiColorOverride(**enableOverride**\ : *boolean*\ , **rootId**\ : *number*\ ): *Promise*
      
      **Parameters**
      
      
         **enableOverride**\ : *boolean*
      
         **rootId**\ : *number*
      
      
      **Returns**\ : *Promise*
      




