type RegisterPanelQuery: object;Type declaration
c?
optional c: string;Content to display in the panel; full HTML page preferred
h?
optional h: number;Desired panel height
i
i: string;Icon URL, preferably a base64-encoded URL
l
l: PanelLocation;Where to display the panel
n
n: string;Name of the panel's action for receiving events; generated automatically by Panel base class
p?
optional p: boolean;If true, we will persist the panel's iframe
t
t: string;Title to show on the panel
to?
optional to: string;tooltip
u?
optional u: string;URL to display in the panel (this or c is required). Can be relative to /public directory in the package
v?
optional v: string;Named action that returns whether the button to open the panel should be visible
w?
optional w: number;Desired panel width