botanjs/src/externs/Components.DockPanel.js
raw ยท 239 bytes
/** @constructor
* @param {string} id
* @param {*} title
* @param {*} content
* @param {string} align
*/
Components.DockPanel = function(id, title, content, align) {};
/** @type {HTMLElement} */
Components.DockPanel.prototype.stage;