Interface. Request Popup Model Action
sprotty-protocol / RequestPopupModelAction
Defined in: actions.ts:206
Triggered when the user hovers the mouse pointer over an element to get a popup with details on that element. This action is sent from the client to the model source, e.g. a DiagramServer. The response is a SetPopupModelAction.
readonly
optional
_:SetPopupModelAction
Defined in: actions.ts:57
Used to ensure correct typing. Clients must not use this property
bounds:
Bounds
Defined in: actions.ts:209
elementId:
string
Defined in: actions.ts:208
kind:
"requestPopupModel"
Defined in: actions.ts:207
requestId:
string
Defined in: actions.ts:52