Eventing
definitely-typed › Akumina › Digispace › AppPart › Eventing
Hierarchy
- Eventing
Index
Constructors
Methods
Constructors
constructor
+ new Eventing(): Eventing
Defined in index.d.ts:526
Returns: Eventing
Methods
Static Publish
▸ Publish(t: string, data?: any): void
Defined in index.d.ts:529
Parameters:
| Name | Type | 
|---|---|
| t | string | 
| data? | any | 
Returns: void
Static Subscribe
▸ Subscribe(e: string, func: any, caller?: any): void
Defined in index.d.ts:528
Parameters:
| Name | Type | 
|---|---|
| e | string | 
| func | any | 
| caller? | any | 
Returns: void
