returns a specified service of Pivot
service | string | the service name |
object | the object with the service methods |
const local = $$("pivot").getService("local");
Services are major blocks of inner logic of the widget. Their methods can be called directly as well as
customized.
Pivot has access to the "Local Data" service that works with the client data.
Back to top