cc-everywhere

Interface: IDesignViewerContext

Interface for Design Viewer module context operations

Methods

updateDesignAssets()

updateDesignAssets(assets): void;

Updates the design asset(s) rendered in an already-open design viewer, re-rendering it in place with the new Asset(s). Fire-and-forget: the message is dispatched to the agent and this returns immediately.

Parameters

Parameter
Type
Description
assets
Asset[]
The new Asset (or array of assets) to render in the open viewer

Returns

void