Home > @jsplumbtoolkit/browser-ui > OnBackgroundReadyCallback
OnBackgroundReadyCallback type
Callback from the SimpleBackground when the background image has loaded.
Signature:
export declare type OnBackgroundReadyCallback = (bg: Background, surface: Surface) => any;
References: Surface