Skip to main content

Home > @jsplumbtoolkit/browser-ui-plugin-miniview > MiniviewPlugin > setVisible

MiniviewPlugin.setVisible() method

Sets whether or not the miniview is visible. Strictly speaking you don't need to use this method you can just control the miniview's container via your own CSS or whatever. But the Surface uses this occasionally, and there is also the concept of having the miniview initially invisible until the related surface contains some data.

Signature:

setVisible(v: boolean): void;

Parameters

ParameterTypeDescription
vboolean

Returns:

void