type PanelConfig: object & object | object;Type declaration
height?
optional height: number;Requested height of the panel, in pixels. Depending on window size & panel location, this may not be honored exactly.
iconUrl
iconUrl: string;The URL for an icon to represent the panel, preferably base64-encoded. Will be displayed at 24x24 CSS pixels in size.
location
location: PanelLocation;Location to display the panel
persist?
optional persist: boolean;If set true, we will persist the panel's iframe in the background if it's not currently active
title
title: string;Title to display at the top of the panel
toolTip?
optional toolTip: string;A tool tip to be displayed when hovering over the activation icon.
visibleAction?
optional visibleAction: string;If specified, what action's return value should determine if the button to toggle this panel is visible?
width?
optional width: number;Requested width of the panel, in pixels. Depending on window size & panel location, this may not be honored exactly.