Class SessionCanvasApi
java.lang.Object
com.github.copilot.generated.rpc.SessionCanvasApi
API methods for the
canvas namespace.- Since:
- 1.0.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal SessionCanvasActionApiAPI methods for thecanvas.actionsub-namespace. -
Method Summary
Modifier and TypeMethodDescriptionclose(SessionCanvasCloseParams params) Canvas close parameters.list()Identifies the target session.listOpen()Identifies the target session.open(SessionCanvasOpenParams params) Canvas open parameters.
-
Field Details
-
action
API methods for thecanvas.actionsub-namespace.
-
-
Method Details
-
list
Identifies the target session.- Since:
- 1.0.0
-
listOpen
Identifies the target session.- Since:
- 1.0.0
-
open
Canvas open parameters.Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-
close
Canvas close parameters.Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-