Kontext Menu
Creates a text context menu with the provided IKontextMenuArea and KontextMenuRepresentation.
This function sets up a text context menu with the provided IKontextMenuArea and KontextMenuRepresentation and provides them to the content through CompositionLocalProvider.
Parameters
The IKontextMenuArea to use
The representation to use for the context menu
The content to display in the context menu area
Creates a text context menu with the provided items and menu content.
This function sets up a text context menu with the provided items and menu content and provides it to the content through CompositionLocalProvider.
Parameters
The list of items to be displayed in the context menu
A composable function that renders the content of the menu
The representation to use for the context menu
The content to display in the context menu area