SheetService

class wvc.SheetService()

Constructors

wvc.SheetService.constructor()
SheetService(): SheetService

Returns: SheetService

Properties

wvc.SheetService.DefaultConfiguration

static readonly

DefaultConfiguration: SheetServiceConfiguration
wvc.SheetService.serviceName

readonly

serviceName: “SheetService”

Accessors

wvc.SheetService.sheetManager()
get sheetManager(): (undefined | SheetManager)

Returns: (undefined | SheetManager)

set sheetManager(sheetManager: (undefined | SheetManager)): void

Parameters

sheetManager: (undefined | SheetManager)

Returns: void

Methods

wvc.SheetService.getBackgroundSheetEnabled()
getBackgroundSheetEnabled(): boolean

Returns: boolean

wvc.SheetService.getSheetBackgroundColor()
getSheetBackgroundColor(): string

Returns: string

wvc.SheetService.getSheetColor()
getSheetColor(): string

Returns: string

wvc.SheetService.getSheetShadowColor()
getSheetShadowColor(): string

Returns: string

wvc.SheetService.resetConfiguration()
resetConfiguration(obj: object): Promise

Parameters

obj: object

Returns: Promise

wvc.SheetService.setBackgroundSheetEnabled()
setBackgroundSheetEnabled(enabled: boolean): Promise

Parameters

enabled: boolean

Returns: Promise

wvc.SheetService.setSheetColors()
setSheetColors(backgroundColor: string, sheetColor: string, sheetShadowColor: string): Promise

Parameters

backgroundColor: string

sheetColor: string

sheetShadowColor: string

Returns: Promise