Home > @uniformdev/canvas > PreviewClient > getPreviewUrl
PreviewClient.getPreviewUrl() method
Fetches a preview URL by ID
Signature:
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
{ id } |
(not declared) | |
|
input |
{ id: string; } |
Returns:
Promise<{ id: string; name: string; url: string; order?: number; }>