Home > @jsplumbtoolkit/browser-ui-vue2 > getSurface
getSurface() function
Signature:
export declare function getSurface(surfaceId: string, callback: (s: Surface) => any): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| surfaceId | string | |
| callback | (s: Surface) => any |
Returns:
void