Files
Umbraco-CMS/src/Umbraco.Web.UI.Client/examples/workspace-context-counter
2024-06-21 11:40:46 +02:00
..
2024-05-21 09:36:04 +02:00
2024-04-19 22:37:58 +02:00
2023-11-24 12:51:37 +01:00

Workspace Context Counter Example

This example demonstrates the essence of the Workspace Context.

The Workspace Context is available for everything within the Workspace, giving any extension within the ability to communicate through this. In this example, the Workspace Context houses a counter, which can be incremented by a Workspace Action and shown in the Workspace View.

To demonstrate this, the example comes with: A Workspace Context, A Workspace Action and a Workspace View.