Skip to content

Home > resol-vbus-core-script > ScriptDollar > registerService

ScriptDollar.registerService() method

Register a service that can be used from other scripts.

Signature:

typescript
registerService(service: S): void;

Parameters

Parameter

Type

Description

service

S

**Returns:**

void