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

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


############
SheetService
############

.. js:class:: wvc.SheetService

   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~wvc.SheetService.constructor`
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wvc.SheetService.DefaultConfiguration`
   * :js:data:`~wvc.SheetService.serviceName`
   
   .. rubric:: Accessors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~wvc.SheetService.sheetManager`
   
   .. rubric:: Methods
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:meth:`~wvc.SheetService.getBackgroundSheetEnabled`
   * :js:meth:`~wvc.SheetService.getSheetBackgroundColor`
   * :js:meth:`~wvc.SheetService.getSheetColor`
   * :js:meth:`~wvc.SheetService.getSheetShadowColor`
   * :js:meth:`~wvc.SheetService.resetConfiguration`
   * :js:meth:`~wvc.SheetService.setBackgroundSheetEnabled`
   * :js:meth:`~wvc.SheetService.setSheetColors`
   
   



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

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


.. js:method:: wvc.SheetService.constructor

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



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

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


.. js:data:: wvc.SheetService.DefaultConfiguration

      .. rst-class:: clio-flags
      
         :clio-static:`static`
         :clio-readonly:`readonly`
      
      .. rst-class:: sig-pretty-signature
      
         | DefaultConfiguration: :js:data:`SheetServiceConfiguration <wvc.SheetServiceConfiguration>`
      



.. js:data:: wvc.SheetService.serviceName

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



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

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


.. js:method:: wvc.SheetService.sheetManager

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



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

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


.. js:method:: wvc.SheetService.getBackgroundSheetEnabled

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



.. js:method:: wvc.SheetService.getSheetBackgroundColor

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



.. js:method:: wvc.SheetService.getSheetColor

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



.. js:method:: wvc.SheetService.getSheetShadowColor

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



.. js:method:: wvc.SheetService.resetConfiguration

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



.. js:method:: wvc.SheetService.setBackgroundSheetEnabled

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



.. js:method:: wvc.SheetService.setSheetColors

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




