Sprotty
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Interface. Request Popup Model Action

sprotty-protocol / RequestPopupModelAction

Interface: 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.

Extends

Properties

_?

readonly optional _: SetPopupModelAction

Defined in: actions.ts:57

Used to ensure correct typing. Clients must not use this property

Inherited from

RequestAction._


bounds

bounds: Bounds

Defined in: actions.ts:209


elementId

elementId: string

Defined in: actions.ts:208


kind

kind: "requestPopupModel"

Defined in: actions.ts:207

Overrides

RequestAction.kind


requestId

requestId: string

Defined in: actions.ts:52

Inherited from

RequestAction.requestId