Skip to content

Latest commit

 

History

History
63 lines (30 loc) · 805 Bytes

client.appclient.on.md

File metadata and controls

63 lines (30 loc) · 805 Bytes

Home > @holochain/client > AppClient > on

AppClient.on() method

Signature:

on<Name extends keyof AppEvents>(eventName: Name | readonly Name[], listener: AppSignalCb): UnsubscribeFunction;

Parameters

Parameter

Type

Description

eventName

Name | readonly Name[]

listener

AppSignalCb

**Returns:**

UnsubscribeFunction