Skip to main content

PaperComponentRef

Reference to a PaperComponent. Offers methods to get the underlying surface and VisuallyJs instance.

Properties

getModel()

getModel: () => BrowserUIReactModel

Gets the underlying model instance, on which you can manage the model.

Returns

BrowserUIReactModel


getPaper()

getPaper: () => Paper

Gets the Paper canvas component.

Returns

Paper