This commit is contained in:
Half-Shot
2025-05-19 11:56:53 +01:00
parent b5a7bd9eac
commit 50fc7bec66
@@ -18,6 +18,9 @@ export enum CustomComponentTarget {
MessageContextMenu = "MessageContextMenu",
}
/**
* @public
*/
export interface ContextMenuItem {
/**
* The human readable label for an event.
@@ -49,7 +52,7 @@ export type CustomComponentProps = {
*/
mxEvent: RoomEvent;
/**
* Words to highlight on (e.g. from search results).\
* Words to highlight on (e.g. from search results).
* May be undefined if the client does not need to highlight
*/
highlights?: string[];