ViewportInteractionEndCallback
Home > @gooddata/sdk-ui-geo > ViewportInteractionEndCallback
ViewportInteractionEndCallback type
Callback fired when a viewport change triggered by a real user interaction finishes.
Signature:
export type ViewportInteractionEndCallback = () => void;