Class SessionCanvasUnavailableEvent

java.lang.Object
com.github.copilot.generated.SessionEvent
com.github.copilot.generated.SessionCanvasUnavailableEvent

@Generated("copilot-sdk-codegen") public final class SessionCanvasUnavailableEvent extends SessionEvent
Session event "session.canvas.unavailable". Transient signal that an open canvas instance's provider has dropped (for example the extension is reloading mid-session). The host should keep the panel mounted and surface a reconnecting affordance rather than tearing it down; a subsequent `session.canvas.opened` for the same instanceId clears the affordance once the provider reconnects with a fresh url. Ephemeral and never persisted, so it is never replayed on cold resume.
Since:
1.0.0