ISheetService

class wvc.ISheetService()

Properties

wvc.ISheetService.serviceName

inherited

serviceName: ServiceName

Methods

wvc.ISheetService.getBackgroundSheetEnabled()
getBackgroundSheetEnabled(): boolean

Returns: boolean

wvc.ISheetService.getSheetBackgroundColor()
getSheetBackgroundColor(): string

Returns: string

wvc.ISheetService.getSheetColor()
getSheetColor(): string

Returns: string

wvc.ISheetService.getSheetShadowColor()
getSheetShadowColor(): string

Returns: string

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

Parameters

obj: object

Returns: Promise

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

Parameters

enabled: boolean

Returns: Promise

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

Parameters

backgroundColor: string

sheetColor: string

sheetShadowColor: string

Returns: Promise