Eventing
@types/akumina-core - v5.0.0 › Globals › Akumina › Digispace › AppPart › Eventing
Hierarchy
- Eventing
Index
Constructors
Methods
Constructors
constructor
+ new Eventing(): Eventing
Defined in index.d.ts:572
Returns: Eventing
Methods
Static ClearSubscribedAndPublished
▸ ClearSubscribedAndPublished(e: string): void
Defined in index.d.ts:577
Parameters:
| Name | Type |
|---|---|
e | string |
Returns: void
Static Publish
▸ Publish(t: string, data?: any): void
Defined in index.d.ts:575
Parameters:
| Name | Type |
|---|---|
t | string |
data? | any |
Returns: void
Static ResetTrackedEvents
▸ ResetTrackedEvents(widgetsOnPage: string[]): void
Defined in index.d.ts:578
Parameters:
| Name | Type |
|---|---|
widgetsOnPage | string[] |
Returns: void
Static Subscribe
▸ Subscribe(e: string, func: any, caller?: any): void
Defined in index.d.ts:574
Parameters:
| Name | Type |
|---|---|
e | string |
func | any |
caller? | any |
Returns: void
Static UnSubscribe
▸ UnSubscribe(e: string, func: any, caller?: any): void
Defined in index.d.ts:576
Parameters:
| Name | Type |
|---|---|
e | string |
func | any |
caller? | any |
Returns: void
