Interface PanelTeleportObject

Hierarchy

  • PanelTeleportObject

Properties

breakpoints?: {
    [key: string]: number;
}

Custom class breakpoints for the teleported panel.

Type declaration

  • [key: string]: number

Memberof

PanelTeleportObject

showAppbarButton?: boolean

Whether or not opening/closing the panel will show/hide an appbar button for it. Will only apply to temporary appbar buttons.

Memberof

PanelTeleportObject

showHeader?: boolean

Whether or not to show the panel header.

Memberof

PanelTeleportObject

target?: string | Element

The element to teleport the panel to. Can be the actual element or a query selector string.

Memberof

PanelTeleportObject

Generated using TypeDoc