We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e700d commit 02fd217Copy full SHA for 02fd217
types/action_server.d.ts
@@ -85,7 +85,7 @@ declare module 'rclnodejs' {
85
goalHandle: ServerGoalHandle<T>
86
) => void;
87
type CancelCallback<T extends TypeClass<ActionTypeClassName>> = (
88
- goalHandle: ServerGoalHandle<T>
+ goalHandle?: ServerGoalHandle<T>
89
) => Promise<CancelResponse> | CancelResponse;
90
91
interface ActionServerOptions extends Options<ActionQoS> {
0 commit comments