Home > @jsplumbtoolkit/browser-ui-react > MiniviewProps
MiniviewProps interface
Signature:
export interface MiniviewProps
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| elementFilter? | (obj: Node | Group) => boolean | (Optional) Optional filter to decide which elements to show in the miniview. | |
| surface | Surface | Surface to attach to. Required. | |
| typeFunction? | (obj: Node | Group) => string | (Optional) Optional function to use to decorate miniview elements with a jtk-miniview-type attribute. Can be used for simple styling. |