Interface MiniviewComponentRef

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

Then myRef is of type MiniviewComponentRef.

interface MiniviewComponentRef {
    toggleCollapsed: (() => void);
}

Properties

Properties

toggleCollapsed: (() => void)

Toggle collapsed state of the miniview.

Version :