.. role:: clio-inherited
   :class: clio-flag clio-flag-inherited


#############
ISheetService
#############

.. js:class:: wvc.ISheetService

   
   Index
   =====
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wvc.ISheetService.serviceName`
   
   .. rubric:: Methods
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:meth:`~wvc.ISheetService.getBackgroundSheetEnabled`
   * :js:meth:`~wvc.ISheetService.getSheetBackgroundColor`
   * :js:meth:`~wvc.ISheetService.getSheetColor`
   * :js:meth:`~wvc.ISheetService.getSheetShadowColor`
   * :js:meth:`~wvc.ISheetService.resetConfiguration`
   * :js:meth:`~wvc.ISheetService.setBackgroundSheetEnabled`
   * :js:meth:`~wvc.ISheetService.setSheetColors`
   
   



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

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


.. js:data:: wvc.ISheetService.serviceName

      .. rst-class:: clio-flags
      
         :clio-inherited:`inherited`
      
      .. rst-class:: sig-pretty-signature
      
         | serviceName: :js:data:`ServiceName <wvc.ServiceName>`
      



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

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


.. js:method:: wvc.ISheetService.getBackgroundSheetEnabled

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



.. js:method:: wvc.ISheetService.getSheetBackgroundColor

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



.. js:method:: wvc.ISheetService.getSheetColor

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



.. js:method:: wvc.ISheetService.getSheetShadowColor

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



.. js:method:: wvc.ISheetService.resetConfiguration

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



.. js:method:: wvc.ISheetService.setBackgroundSheetEnabled

      .. rst-class:: sig-pretty-signature
      
         | setBackgroundSheetEnabled(**enabled**\ : *boolean*\ ): *Promise*
      
      **Parameters**
      
      
         **enabled**\ : *boolean*
      
      
      **Returns**\ : *Promise*
      



.. js:method:: wvc.ISheetService.setSheetColors

      .. rst-class:: sig-pretty-signature
      
         | setSheetColors(**backgroundColor**\ : *string*\ , **sheetColor**\ : *string*\ , **sheetShadowColor**\ : *string*\ ): *Promise*
      
      **Parameters**
      
      
         **backgroundColor**\ : *string*
      
         **sheetColor**\ : *string*
      
         **sheetShadowColor**\ : *string*
      
      
      **Returns**\ : *Promise*
      




