Skip to main content

MiniviewComponentRef

Imperative handle for a miniview component. When you use the miniview component and set a ref:

<MiniviewComponent ref={myRef}/>

Then myRef is of type MiniviewComponentRef.

Properties

toggleCollapsed()

toggleCollapsed: () => void

Toggle the collapsed state of the miniview.

Returns

void